.editorconfig: git uses tabs

This commit is contained in:
Aminda Suomalainen 2023-02-12 14:28:30 +02:00
parent 53121eb895
commit 3ac5022d9d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 0 deletions

View File

@ -10,3 +10,6 @@ charset = utf-8
# YAML requires spaces instead of tabs.
indent_style = space
indent_size = 2
[.{git*,mailmap}]
indent_style = tab