Files
Cultivation/.editorconfig
2023-11-29 21:52:46 -05:00

13 lines
187 B
INI

root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 120
indent_size = 4
indent_style = space
[{*.html,*.json}]
indent_size = 2