Cultivation/.editorconfig

23 lines
362 B
INI
Raw Normal View History

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