aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-13 17:33:48 -0300
committerEuAndreh <eu@euandre.org>2023-03-13 17:33:48 -0300
commit61951d386d56ada04204588bf76d25037a32f503 (patch)
tree1781ccb07a8129259707900b67cb597c707394fa
parentsystem.scm: Use mailutils-sendmail from personal channel (diff)
downloadtoph-61951d386d56ada04204588bf76d25037a32f503.tar.gz
toph-61951d386d56ada04204588bf76d25037a32f503.tar.xz
gitconfig: Replace use tabs for indentation
-rw-r--r--src/infrastructure/config/gitconfig8
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