From 537b4b314aac213fda52c5cedb765b0d0ca9c112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 19 Mar 2014 17:19:57 +0200 Subject: [PATCH] skip style apply in vendor/ (composer stuff) --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index 60cfa9f..7cc4c5f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 =