1
0
mirror of https://github.com/danog/template.git synced 2024-11-26 12:04:49 +01:00
template/.editorconfig

17 lines
242 B
INI
Raw Normal View History

2015-07-28 15:45:25 +02:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = spaces
charset = utf-8
[{.travis.yml}]
indent_style = space
indent_size = 2
[{composer.json}]
indent_style = space
indent_size = 2