mochi/.editorconfig

9 lines
120 B
INI
Raw Normal View History

2024-07-27 14:18:48 -05:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{yaml,yml,json5}]
indent_style = space
indent_size = 2