Cultivation/.editorconfig

21 lines
302 B
INI
Raw Normal View History

2022-05-09 10:59:16 +08:00
root = true
[*]
charset = utf-8
end_of_line = crlf
indent_size = 4
indent_style = space
insert_final_newline = false
max_line_length = 120
tab_width = 4
trim_trailing_whitespace = false
[*.rs]
max_line_length = 100
2022-05-14 14:18:20 +08:00
indent_size = 2
2022-05-09 10:59:16 +08:00
[{*.ats,*.cts,*.mts,*.ts}]
indent_size = 2
[*.json]
indent_size = 2