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 --- .editorconfig | 9 +++++++++ 1 files changed, 9 insertions(+), 0 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 -- Gitblit v1.10.0