From 3d2138812cf5cebc986762b3ce099e6b6f370825 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Mon, 28 Nov 2016 14:27:59 +0100 Subject: [PATCH] Unified editorconfig accross all projects --- .editorconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.editorconfig b/.editorconfig index 008b61ed6..12b242448 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