diff options
author | EuAndreh <eu@euandre.org> | 2023-03-13 17:33:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-13 17:33:48 -0300 |
commit | 61951d386d56ada04204588bf76d25037a32f503 (patch) | |
tree | 1781ccb07a8129259707900b67cb597c707394fa /src | |
parent | system.scm: Use mailutils-sendmail from personal channel (diff) | |
download | toph-61951d386d56ada04204588bf76d25037a32f503.tar.gz toph-61951d386d56ada04204588bf76d25037a32f503.tar.xz |
gitconfig: Replace use tabs for indentation
Diffstat (limited to 'src')
-rw-r--r-- | src/infrastructure/config/gitconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/infrastructure/config/gitconfig b/src/infrastructure/config/gitconfig index 915ee72..1bb5195 100644 --- a/src/infrastructure/config/gitconfig +++ b/src/infrastructure/config/gitconfig @@ -1,7 +1,7 @@ [init] - defaultBranch = main + defaultBranch = main [user] - email = ci@euandre.org - name = "euandre.org CI" + email = ci@euandre.org + name = "euandre.org CI" [advice] - detachedHead = false + detachedHead = false |