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

22 lines
280 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
2019-09-03 06:07:07 +00:00
[*.{js,ts}]
indent_size = 4
indent_style = space
2019-09-01 17:51:06 +00:00
[*.{json,yaml,toml}]
indent_size = 4
indent_style = space
[*.{adoc,md}]
indent_size = 4
indent_style = space