aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorsilverwind2019-02-11 07:13:30 +0100
committertechknowlogick2019-02-11 01:13:30 -0500
commit353282e65880147408382ac4a44473272af53101 (patch)
tree80870b4b158170fc57fc01c7c2725241e14405cf /.editorconfig
parentd0cb5aa9f95888a97a6f4ac39769893da8a0cbaf (diff)
Add autoprefixer to css build (#6029)
* Add autoprefixer to css build * also use autoprefixer on theme files
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index 5706dd003..1298c6500 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,5 +1,4 @@
# http://editorconfig.org
-
root = true
[*]
@@ -19,7 +18,7 @@ indent_size = 4
indent_style = space
indent_size = 4
-[*.{yml}]
+[*.{yml,json}]
indent_style = space
indent_size = 2