From 7b9dac38576d7624016fd5becb87b73e58c0c4ce Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Sat, 11 Dec 2021 21:58:52 -0500 Subject: [PATCH] EditorConfig: shfmt: Add keep_padding for PKGBUILDs https://github.com/mvdan/sh/issues/678 --- base/.editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/base/.editorconfig b/base/.editorconfig index 7b89ab5..11db220 100644 --- a/base/.editorconfig +++ b/base/.editorconfig @@ -9,3 +9,4 @@ switch_case_indent = true [PKGBUILD] switch_case_indent = true +keep_padding = true