bobatheme/.editorconfig
2021-09-25 20:52:01 -05:00

16 lines
164 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
[*.html]
indent_size = 4
[*.md]
indent_size = 2
[config.toml]
indent_size = 2