bobatheme/.editorconfig

16 lines
164 B
INI
Raw Normal View History

2021-09-25 20:52:01 -05:00
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