Files
hugo-cwpearson/themes/academic/.editorconfig
Carl Pearson c86ae95ea6 add theme
2017-07-18 17:40:37 -04:00

18 lines
240 B
INI

# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.toml]
max_line_length = 100
[*.md]
trim_trailing_whitespace = false