talks/modern-drupal-development-composer/2016-11-09-phpsw/slides/.editorconfig

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