Files
lawnchair/.editorconfig
2022-08-10 15:07:14 +05:30

12 lines
163 B
INI

root = true
[*]
charset = utf-8
indent_size = 4
insert_final_newline = true
max_line_length = 100
trim_trailing_whitespace = true
[*.{yml,yaml}]
indent_size = 2