Files
blog/.editorconfig

11 lines
136 B
INI

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