1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-14 18:14:03 +02:00

Merge pull request #95 from glensc/patch-1

.editorconfig: skip style apply in vendor/ (composer stuff)
This commit is contained in:
Steve Clay
2014-03-19 12:31:26 -04:00

View File

@@ -11,3 +11,8 @@ trim_trailing_whitespace = false
[*.php]
indent_style = space
indent_size = 4
[vendor/**]
; Use editor default (possible autodetection).
indent_style =
indent_size =