Replace tabs with spaces for consistency (indenting is still tabs)

This commit is contained in:
Dawid Potocki 2019-01-14 15:47:41 +13:00
parent bb61cf31a2
commit ab1fbd6367
31 changed files with 147 additions and 149 deletions

View file

@ -44,12 +44,12 @@ if [ -x "$(command -v tput)" ]; then
fi
# you can change these
lc="${reset}${bold}${yellow}" # labels
nc="${reset}${bold}${yellow}" # user and hostname
ic="${reset}${bold}${white}" # info
c0="${reset}${yellow}" # first color
c1="${reset}${white}" # second color
c2="${reset}${bold}${yellow}" # third color
lc="${reset}${bold}${yellow}" # labels
nc="${reset}${bold}${yellow}" # user and hostname
ic="${reset}${bold}${white}" # info
c0="${reset}${yellow}" # first color
c1="${reset}${white}" # second color
c2="${reset}${bold}${yellow}" # third color
## OUTPUT