1
0
mirror of https://github.com/mrclay/minify.git synced 2025-07-31 19:30:29 +02: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] [*.php]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
[vendor/**]
; Use editor default (possible autodetection).
indent_style =
indent_size =