Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29052b9e authored by David Duarte's avatar David Duarte Committed by Automerger Merge Worker
Browse files

Merge "Add .editorconfig" into main am: 22fdb53e

parents e9daab87 22fdb53e
Loading
Loading
Loading
Loading

.editorconfig

0 → 100644
+11 −0
Original line number Diff line number Diff line
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4

[*.{cc,cpp,c,h}]
indent_size = 2