Skip to content

Commit 0d56d44

Browse files
committed
Fixed tabs vs spaces in gitconfig
1 parent 1328bd2 commit 0d56d44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gitconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
[push]
4343
default = matching
4444
[include]
45-
# Add private configurations (eg github tokens) to the .gitprivate file
46-
# This requires (at minimum) git 1.7.10
47-
path = .gitprivate
45+
# Add private configurations (eg github tokens) to the .gitprivate file
46+
# This requires (at minimum) git 1.7.10
47+
path = .gitprivate

0 commit comments

Comments
 (0)