Files
OpenRA/.editorconfig
2020-02-22 18:44:10 +01:00

18 lines
280 B
INI

; Top-most http://editorconfig.org/ file
root = true
charset=utf-8
; 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