hugo-theme-more-contentful/.editorconfig
Gabriel Arazas 2f06fd7861 Initial release
All of the changes should be documented in the changelog.
2020-11-03 00:55:18 +08:00

15 lines
190 B
INI

root = true
[*]
end_of_line = true
insert_final_newline = true
[*.{css,scss,sass}]
charset = utf-8
indent_size = 2
indent_style = space
[*.{html,js}]
indent_size = 2
indent_style = space