summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorThomas Boerger <tboerger@suse.de>2016-11-28 14:27:59 +0100
committerThomas Boerger <tboerger@suse.de>2016-11-28 14:27:59 +0100
commit3d2138812cf5cebc986762b3ce099e6b6f370825 (patch)
treed31c8956a866a617ae6ef0747e45530ec0391faa /.editorconfig
parentbf8d90c5cc6bea9ec4eeb2e827d10cd247043fe0 (diff)
downloadgitea-3d2138812cf5cebc986762b3ce099e6b6f370825.tar.gz
gitea-3d2138812cf5cebc986762b3ce099e6b6f370825.zip
Unified editorconfig accross all projects
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/.editorconfig b/.editorconfig
index 008b61ed63..12b242448b 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,17 +11,17 @@ trim_trailing_whitespace = true
indent_style = tab
indent_size = 8
-[*.tmpl]
-indent_style = tab
-indent_size = 2
-
-[Makefile]
+[*.{tmpl,html}]
indent_style = tab
+indent_size = 4
[*.{less,yml}]
indent_style = space
-indent_size = 2
+indent_size = 4
[*.js]
indent_style = space
indent_size = 4
+
+[Makefile]
+indent_style = tab