cs2-dumper/.editorconfig

13 lines
173 B
INI
Raw Normal View History

2023-09-08 15:59:09 +08:00
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
2023-09-16 11:32:01 +08:00
indent_style = space
insert_final_newline = true
2023-09-16 11:32:01 +08:00
trim_trailing_whitespace = true
2023-10-05 17:24:14 +08:00
[*.json]
indent_size = 2