Added an .editorconfig file to the repository

The file is identical to the one in the OpenRA repository.
This commit is contained in:
penev92 2019-10-27 01:39:02 +03:00 committed by abcdefg30
parent 561eaf0d11
commit 8fb6173f27

17
.editorconfig Normal file
View File

@ -0,0 +1,17 @@
; Top-most http://editorconfig.org/ file
root = true
; Unix-style newlines
[*]
end_of_line = LF
insert_final_newline = true
; 4-column tab indentation
[*.cs]
indent_style = tab
indent_size = 4
; 4-column tab indentation
[*.yaml]
indent_style = tab
indent_size = 4