summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-09-08 16:28:21 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-09-08 16:28:21 +0200
commit7b61c6178455eb07ec62d8aea5887b6f6990c8e0 (patch)
tree55b4ece8778339d69ed4cf644403283556f8359c /.editorconfig
parente0e57ecdffb31067277a08c1ac372dcb1eadd07b (diff)
Remove Makefile/html config, set {md,yaml,nix} indent to 4 spaces
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig17
1 files changed, 1 insertions, 16 deletions
diff --git a/.editorconfig b/.editorconfig
index 31a21df1..bf735a00 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,24 +11,9 @@ indent_size = 4
# line length is only supported with vim and emacs
max_line_length = 100
-[Makefile]
-# Tab indentation for Makefiles
-indent_style = tab
-tab_width = 4
-
-# line length is only supported with vim and emacs
-max_line_length = 80
-
-[*.html]
-indent_style = space
-indent_size = 4
-
-# line length is only supported with vim and emacs
-max_line_length = 80
-
[*.{md,yaml,yml,nix}]
indent_style = space
-indent_size = 2
+indent_size = 4
# line length is only supported with vim and emacs
max_line_length = 80