forge/arma/client/.editorconfig
2025-11-26 18:33:09 -06:00

13 lines
174 B
INI

root = true
[*]
end_of_line = crlf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.yml]
indent_size = 2