talks/it-all-started-with-a-patch/2017-02-08-phpsw/.editorconfig
2017-07-02 00:51:42 +01:00

18 lines
255 B
INI

root = true
[*]
charset = utf-8
indent_size = 4
indent_style = tab
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[index.html]
indent_size = 2
indent_style = space
[*.{json,lock,sass}]
indent_size = 2
indent_style = space