summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorBo-Yi Wu <appleboy.tw@gmail.com>2017-06-14 21:47:42 -0500
committerLunny Xiao <xiaolunwen@gmail.com>2017-06-15 10:47:42 +0800
commit5b0cbf378891b82084b2cbb0e58ea628880f8c95 (patch)
treebf21b096be515e41e5bef093fef80b30c645e3d7 /.editorconfig
parent57cabb3ad3d296c2f65c157348cdf3b32e17e8c4 (diff)
downloadgitea-5b0cbf378891b82084b2cbb0e58ea628880f8c95.tar.gz
gitea-5b0cbf378891b82084b2cbb0e58ea628880f8c95.zip
switch gitter to discord for drone. (#1971)
* switch gitter to discord for drone. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * add event Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * only notify build fail message. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 12b242448b..cbbb106618 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -15,10 +15,14 @@ indent_size = 8
indent_style = tab
indent_size = 4
-[*.{less,yml}]
+[*.{less}]
indent_style = space
indent_size = 4
+[*.{yml}]
+indent_style = space
+indent_size = 2
+
[*.js]
indent_style = space
indent_size = 4