Normalize indentation to spaces

This commit is contained in:
Lexi / Zoe 2026-08-01 17:13:37 +02:00
parent ecd2f63c92
commit b197b7e2bc
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
7 changed files with 60 additions and 59 deletions

View file

@ -1,6 +1,6 @@
[core]
# Normalize line endings
autocrlf = input
autocrlf = input
[advice]
detachedHead = false
@ -41,10 +41,10 @@
helper = /usr/lib/git-core/git-credential-libsecret
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[pretty]
ls = tformat:%C(yellow)%h %Cgreen%ad %Creset%s %Cblue[%an]%C(auto)%d