Files
OpenRA/.editorconfig
2020-05-18 17:39:24 +02:00

19 lines
312 B
INI

; Top-most http://editorconfig.org/ file
root = true
charset=utf-8
; Unix-style newlines
[*]
end_of_line = LF
insert_final_newline = true
trim_trailing_whitespace = true
; 4-column tab indentation
[*.cs]
indent_style = tab
indent_size = 4
; 4-column tab indentation
[*.yaml]
indent_style = tab
indent_size = 4