Commit d2a2228bf29992d62245224be3c7193287358cfe

Set tabulation size to 4 in tig
Author: xaizek
Author date (UTC): 2018-10-18 16:11
Committer name: xaizek
Committer date (UTC): 2018-10-18 16:11
Parent(s): a99ceaaec0ad70f7f05b9a6324408f5ebe4560f0
Signing key: 99DC5E4DB05F6BE2
Tree: afadcc44a9a16508823901a2d75791c0ec8dad3e
File Lines added Lines deleted
tigrc 3 0
File tigrc changed (mode: 100644) (index 7bc1929..fa79b54)
... ... set main-view = line-number:no,interval=5 id:yes date:default author:abbreviated
24 24 # don't expand contents of untracked directories # don't expand contents of untracked directories
25 25 set status-show-untracked-dirs = false set status-show-untracked-dirs = false
26 26
27 # tabs take 4 character positions
28 set tab-size = 4
29
27 30 # more readable and closer to git defaults look # more readable and closer to git defaults look
28 31 color cursor black yellow normal color cursor black yellow normal
29 32 color date black default bold color date black default bold
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotfiles

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotfiles

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master