Create .editorconfig

This commit is contained in:
Klemek
2021-02-03 15:47:56 +01:00
committed by GitHub
parent fc5782e529
commit 85b1406248
+8
View File
@@ -0,0 +1,8 @@
[*.klc]
end_of_line = crlf
indent_size = 8
tab_width = 8
insert_final_newline = true
indent_style = tab
charset = utf-8
trim_trailing_whitespace = true