From 3ac5022d9de44f1beb333a16d9579addf786ce08 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 12 Feb 2023 14:28:30 +0200 Subject: [PATCH] .editorconfig: git uses tabs --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 42b1878..c6867fb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,6 @@ charset = utf-8 # YAML requires spaces instead of tabs. indent_style = space indent_size = 2 + +[.{git*,mailmap}] +indent_style = tab