cs2-dumper/.editorconfig

12 lines
172 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]
2024-03-28 20:19:20 +08:00
indent_size = 2