Create .editorconfig

This commit is contained in:
Rochet2
2018-04-28 22:05:42 +03:00
committed by GitHub
parent 00ba8e518c
commit f381af970a

7
.editorconfig Normal file
View File

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