1
0
mirror of https://github.com/mrclay/minify.git synced 2025-01-17 13:18:13 +01:00
minify/.editorconfig

17 lines
242 B
INI
Raw Normal View History

2014-03-19 10:33:07 -04:00
# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
[*.php]
indent_style = space
indent_size = 4
2014-03-20 09:17:56 +02:00
insert_final_newline = true
[vendor/**]
; Use editor default (possible autodetection).
indent_style =
indent_size =