mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2024-11-23 20:09:41 +00:00
21 lines
302 B
INI
21 lines
302 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = crlf
|
|
indent_size = 2
|
|
indent_style = space
|
|
insert_final_newline = false
|
|
max_line_length = 120
|
|
tab_width = 2
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.rs]
|
|
max_line_length = 100
|
|
indent_size = 2
|
|
|
|
[{*.ats,*.cts,*.mts,*.ts}]
|
|
indent_size = 2
|
|
|
|
[*.json]
|
|
indent_size = 2 |