mochi/.editorconfig

17 lines
262 B
INI
Raw Normal View History

2024-07-27 14:18:48 -05:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
2024-12-10 14:25:58 -06:00
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
2024-07-27 14:18:48 -05:00
[*.{yaml,yml,json5}]
indent_style = space
indent_size = 2
2024-12-10 14:25:58 -06:00
[*.md]
indent_size = 4
trim_trailing_whitespace = false