presentations/modern-drupal-development-composer/2016-11-09-phpsw/.editorconfig
2017-07-02 00:51:42 +01:00

13 lines
199 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
[*.{json,lock}]
indent_size = 2
indent_style = space