aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authordedeibel2018-05-12 14:52:17 +0200
committerdedeibel2018-05-12 14:52:17 +0200
commitd9773337f1d450a7f3ffef04e931290aa441641f (patch)
treebb9cab9267ad53096f186495bd287154e03ab31e /.editorconfig
parent2cf00ac475500f007bce90cf81d8d582208650c9 (diff)
Added editorconf also for less files
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
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