hugo-theme-more-contentful/.editorconfig

15 lines
190 B
INI
Raw Permalink Normal View History

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