add .editorconfig file

This commit is contained in:
Sebastian Krzyszkowiak 2018-11-24 03:24:57 +01:00
parent 93f2be37d8
commit a7d2d72bd6
No known key found for this signature in database
GPG key ID: E8F235CF3BDBC3FF

9
.editorconfig Normal file
View file

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