Added .editorconfig file

This commit is contained in:
Alex Tselegidis 2015-10-04 22:58:46 +02:00
parent e1c7374050
commit 26cb49f630
1 changed files with 8 additions and 0 deletions

8
.editorconfig Normal file
View File

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