1
0
Fork 0
composer/.editorconfig

12 lines
155 B
INI
Raw Normal View History

2019-01-02 14:16:42 +00:00
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.yml]
indent_size = 2