Add an EditorConfig file

See https://editorconfig.org/ for more information.
master
Hugo Locurcio 2019-09-19 15:49:04 +02:00
parent 002721b9a1
commit 64f16e4db0
1 changed files with 9 additions and 0 deletions

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