From 2daaee35e7f24cef96820a3019883a16d61665fa Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 23 Jun 2026 09:36:16 +0200 Subject: [PATCH] feat: set up indentconfig globally --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index c48e1bb..043f1e9 100755 --- a/setup.sh +++ b/setup.sh @@ -37,6 +37,7 @@ rm -rf ~/.config/ags rm -rf ~/.config/astal cp -r ./config/* ~/.config +cp ./linters/indentconfig.yaml ~/.indentconfig.yaml confirmation="" read -p "Use repo version of DMS config? (y/N) " confirmation