website/themes/terminal-plus-minus/.editorconfig

18 lines
230 B
INI
Raw Normal View History

2019-09-01 17:51:06 +00:00
root = true
[*.{html}]
indent_size = 4
indent_style = space
[*.{css,scss,sass}]
indent_size = 4
indent_style = space
[*.{json,yaml,toml}]
indent_size = 4
indent_style = space
[*.{adoc,md}]
indent_size = 4
indent_style = space