diff options
author | Yigit Sever | 2019-10-28 00:28:55 +0300 |
---|---|---|
committer | Yigit Sever | 2019-10-28 00:28:55 +0300 |
commit | 143552ac89806bdcbc467cff2bc2231c5a243c40 (patch) | |
tree | e9c91279deeba5fbd4f35c362f3b2580b8644b95 /.gitconfig | |
parent | 9b1700ac3f31b7601ccaf1638786078f5b1b320d (diff) | |
download | dotfiles-143552ac89806bdcbc467cff2bc2231c5a243c40.tar.gz dotfiles-143552ac89806bdcbc467cff2bc2231c5a243c40.tar.bz2 dotfiles-143552ac89806bdcbc467cff2bc2231c5a243c40.zip |
Fix indent
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ | |||
6 | autocrlf = input | 6 | autocrlf = input |
7 | safecrlf = true | 7 | safecrlf = true |
8 | pager = diff-so-fancy | less --tabs=4 -RFX | 8 | pager = diff-so-fancy | less --tabs=4 -RFX |
9 | excludesfile = ~/.cvsignore | 9 | excludesfile = ~/.cvsignore |
10 | [alias] | 10 | [alias] |
11 | co = checkout | 11 | co = checkout |
12 | ci = commit | 12 | ci = commit |