From fbfb1bfe1538c588db95715202b85efa1611587d Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Tue, 22 Aug 2023 08:41:59 +0200 Subject: [PATCH] General: Update editorconfig file with config for more file types --- .editorconfig | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 129cf27..d038605 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,10 +16,13 @@ charset = utf-8 indent_style = space indent_size = 4 -[*.sh] +[{*.sh,*.bash}] indent_style = space indent_size = 2 -[{Jenkinsfile,*.xml,*.json,*.neon.dist}] +[{*.md,*.txt}] +indent_style = space + +[{Jenkinsfile,*.xml,*.json,*.neon.dist,*.jq,*.yml}] indent_style = space indent_size = 4