talks/it-all-started-with-a-patch/2017-02-08-phpsw/slides/.editorconfig

18 lines
255 B
INI
Raw Normal View History

2017-07-01 23:51:42 +00:00
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