Website/themes/mainroad/.editorconfig
2018-07-11 20:45:17 +02:00

19 lines
318 B
INI

# editorconfig.org
root = true
[*]
charset = utf-8
indent_style = tab
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.html]
insert_final_newline = false
[*.md]
trim_trailing_whitespace = false
[*.{json,yml,toml,md,babelrc,eslintrc,stylelintrc}]
indent_style = space
indent_size = 2