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

Added EditorConfig

This commit is contained in:
Christopher-Robin 2020-10-06 20:32:50 +11:00
parent f78e735376
commit ab6d4111f8

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