From d9773337f1d450a7f3ffef04e931290aa441641f Mon Sep 17 00:00:00 2001 From: dedeibel Date: Sat, 12 May 2018 14:52:17 +0200 Subject: Added editorconf also for less files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 94148b4..5b8cdce 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ end_of_line = lf [*.{html,phtml,sh}] indent_style = tab -[*.{php,js}] +[*.{php,js,less}] indent_style = tab trim_trailing_whitespace = true -- cgit v1.2.3