Add an EditorConfig file

This commit is contained in:
Hugo Locurcio
2018-11-12 11:33:44 +01:00
parent 1b3b578341
commit 421cff398d

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true