Add an EditorConfig file

See https://editorconfig.org/ for more information.
This commit is contained in:
Hugo Locurcio 2019-02-07 18:33:21 +01:00
parent 625c9d525f
commit ab9dc08279
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
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