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

Commit 22fdb53e authored by David Duarte's avatar David Duarte Committed by Gerrit Code Review
Browse files

Merge "Add .editorconfig" into main

parents 001db4af 55ada0fb
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