kycnot.me/.editorconfig
2024-12-09 16:29:21 +01:00

19 lines
292 B
INI

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