Files
Cultivation/.editorconfig
2023-11-27 12:14:22 -05:00

14 lines
195 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 120
indent_size = 4
indent_style = space
[*.json]
indent_size = 2