diff --git a/.gitconfig b/.gitconfig
index d3e2549..5e997fc 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,3 +1,4 @@
+# vim: noet
 [user]
 	name = deneb
 	email = deneb@screee.ee
@@ -11,14 +12,14 @@
 	format = ssh
 [alias]
 	pfusch = push --force-with-lease
-  lclone = clone --filter=blob:none
-  addp = add --patch
+	lclone = clone --filter=blob:none
+	addp = add --patch
 
 [includeIf "hasconfig:remote.*.url:https://github.com:*/**"]
-  path = ~/.gitconfig.github
+	path = ~/.gitconfig.github
 [includeIf "hasconfig:remote.*.url:git@github.com:*/**"]
-  path = ~/.gitconfig.github
+	path = ~/.gitconfig.github
 [includeIf "hasconfig:remote.*.url:https://gitlab.com:*/**"]
-  path = ~/.gitconfig.github
+	path = ~/.gitconfig.github
 [includeIf "hasconfig:remote.*.url:git@gitlab.com:*/**"]
-  path = ~/.gitconfig.github
+	path = ~/.gitconfig.github
diff --git a/.gitconfig.github b/.gitconfig.github
index 2acfbcf..bdfee38 100644
--- a/.gitconfig.github
+++ b/.gitconfig.github
@@ -1,3 +1,4 @@
+# vim: noet
 [user]
 	name = DenebTM
 	email = deneb@screee.ee
diff --git a/.gitconfig.gitlab b/.gitconfig.gitlab
index 2acfbcf..bdfee38 100644
--- a/.gitconfig.gitlab
+++ b/.gitconfig.gitlab
@@ -1,3 +1,4 @@
+# vim: noet
 [user]
 	name = DenebTM
 	email = deneb@screee.ee