From f68eee1bb0d24aa547c4d0a93d9d6def2b0de576 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Wed, 23 Oct 2019 08:29:16 +0200 Subject: [PATCH] update editorconfig to make code more consistent Signed-off-by: Felix Bartels --- .editorconfig | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index a6e2a730..e4fee2da 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,6 @@ insert_final_newline = true [*.md] indent_style = space -indent_size = 4 trim_trailing_whitespace = false [*.{yaml,yml,yml.dist,yml.tmpl}] @@ -27,6 +26,10 @@ indent_size = 2 indent_style = space indent_size = 2 -[target/start-mailserver.sh] -indent_style = tab -indent_size = 4 +# directories created by git submodules +[{test/bats/**,test/test_helper/bats-assert/**,test/test_helper/bats-support/**,target/docker-configomat/**}] +insert_final_newline = none +indent_style = none +indent_size = none +trim_trailing_whitespace = none +end_of_line = none