kycnot.me/.editorconfig

19 lines
292 B
INI
Raw Normal View History

2024-12-09 10:29:21 -05:00
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
max_line_length = 100
semi = false
quote_type = single
[*.{json,yaml,yml,toml,jsonc}]
quote_type = double
[*.{html,htm}]
max_line_length = 140