1
0
mirror of https://github.com/mrclay/minify.git synced 2025-01-17 21:28:14 +01:00

skip style apply in vendor/ (composer stuff)

This commit is contained in:
Elan Ruusamäe 2014-03-19 17:19:57 +02:00
parent 4a884a381f
commit 537b4b314a

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 =