diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-11-01 00:39:31 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-11-01 00:39:31 +0900 |
| commit | f7fbbf9ef06332666c53ddd6c2a0d88691721a28 (patch) | |
| tree | 236fbca1ef9a6a0ff65ba425d9c516b7d8f8999f /.config/git/config | |
| parent | a85f7e805f07e4583d40159e97bebc096fd06b8e (diff) | |
| download | dotfiles-f7fbbf9ef06332666c53ddd6c2a0d88691721a28.tar.gz dotfiles-f7fbbf9ef06332666c53ddd6c2a0d88691721a28.tar.zst dotfiles-f7fbbf9ef06332666c53ddd6c2a0d88691721a28.zip | |
git: set core.pager to configure tab width with 4
Diffstat (limited to '.config/git/config')
| -rw-r--r-- | .config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index acef338..d03ee29 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,5 +1,6 @@ [core] editor = nvim + pager = "less --tabs=4" commentchar = ";" quotepath = false |
