summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2019-02-11 07:13:30 +0100
committertechknowlogick <matti@mdranta.net>2019-02-11 01:13:30 -0500
commit353282e65880147408382ac4a44473272af53101 (patch)
tree80870b4b158170fc57fc01c7c2725241e14405cf /.editorconfig
parentd0cb5aa9f95888a97a6f4ac39769893da8a0cbaf (diff)
downloadgitea-353282e65880147408382ac4a44473272af53101.tar.gz
gitea-353282e65880147408382ac4a44473272af53101.zip
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 5706dd0030..1298c65001 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