1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Added EditorConfig (#778)

This commit is contained in:
CEbbinghaus
2020-10-07 02:28:17 +11:00
committed by GitHub
parent 00cce9479a
commit 0beb3cedfc

8
.editorconfig Executable file
View File

@@ -0,0 +1,8 @@
root = true
[{src, translations}/*]
end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 4
charset = utf-8