forge/arma/server/.editorconfig
2026-05-23 09:23:12 -05: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