Files
ctop/src/themes/hugo-creative-theme/.editorconfig
2017-03-09 13:13:00 +11:00

17 lines
257 B
INI

# editorconfig.org
root = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{html,css,js,yaml,toml,json}]
indent_size = 4