thrrgilag.net/themes/binario/.editorconfig
Morgan McMillian 022c04d286 new site theme
2019-09-07 12:40:58 -07:00

20 lines
323 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,yaml,yml,toml,md,babelrc,eslintrc,stylelintrc}]
indent_style = space
indent_size = 2