From 912126047b7201c07a8636a70fd8b8ded5266080 Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Sat, 11 Dec 2021 22:07:51 -0500 Subject: [PATCH] EditorConfig: shfmt: Workaround for suffix-less files https://github.com/mvdan/sh/issues/664 --- base/.editorconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/base/.editorconfig b/base/.editorconfig index 11db220..d133aec 100644 --- a/base/.editorconfig +++ b/base/.editorconfig @@ -3,10 +3,7 @@ root = true [*] indent_style = space indent_size = 2 - -[*.sh] switch_case_indent = true [PKGBUILD] -switch_case_indent = true keep_padding = true