style: format .gitignore and script files consistently

This commit is contained in:
2025-07-07 15:59:06 +02:00
parent ad853c7f68
commit 4c35fedb36
5 changed files with 28 additions and 31 deletions

View File

@ -1,5 +1,5 @@
/*
!.gitignore
!example.gitconfig
!base.gitconfig
/*
!.gitignore
!example.gitconfig
!base.gitconfig
!var

View File

@ -1,14 +1,14 @@
[user]
email = user@mail
name = John Doe
signingkey = 1234
[credential]
helper = store
[push]
autoSetupRemote = true
[core]
autocrlf = true
[pull]
rebase = true
[commit]
gpgsign = true
[user]
email = user@mail
name = John Doe
signingkey = 1234
[credential]
helper = store
[push]
autoSetupRemote = true
[core]
autocrlf = true
[pull]
rebase = true
[commit]
gpgsign = true