Add .editorconfig

This is convenient to have some basic formatting automatically done on files

At least for the people that have the .editorconfig plugin in their IDE

Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-02-09 10:31:49 +01:00
parent 9fbf532d9f
commit fe5b3a2a16
+10
View File
@@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
tab_width = 2
trim_trailing_whitespace = true
insert_final_newline = true