.editorconfig

This commit is contained in:
redcode
2018-11-10 20:36:32 +01:00
parent 887f5407bf
commit 1dff3e2a71

8
.editorconfig Normal file
View File

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