From 8aef7cb1c2cf0c361fbea177e183bbacb71387af Mon Sep 17 00:00:00 2001
From: Felix Boerner <ich@felix-boerner.de>
Date: Fri, 07 Mar 2025 22:11:36 +0000
Subject: [PATCH] style: update default linter config

---
 .yamllint     |    4 +++-
 .editorconfig |    9 +++++++++
 2 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/.editorconfig b/.editorconfig
index c0e3bb4..5d62a37 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -7,8 +7,17 @@
 indent_style = space
 trim_trailing_whitespace = true
 
+[.gitmodules]
+indent_style = tab
+
 [Makefile*]
 indent_style = tab
 
+[go.mod]
+indent_style = tab
+
+[*.go]
+indent_style = tab
+
 [*.py]
 indent_size = 4
diff --git a/.yamllint b/.yamllint
index 482ac20..72f3e9f 100644
--- a/.yamllint
+++ b/.yamllint
@@ -11,7 +11,9 @@
 
 rules:
   anchors: enable
-  braces: enable
+  braces:
+    min-spaces-inside: 0
+    max-spaces-inside: 1
   brackets: enable
   colons: enable
   commas: enable

--
Gitblit v1.10.0