Add .editorconfig

See http://www.editorconfig.org/
This commit is contained in:
Jakub Jirutka 2015-05-18 14:49:56 +02:00
parent 0371904875
commit f860711cc5

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4