fix(git): mixed whitespace

This commit is contained in:
George Rawlinson 2019-04-27 13:22:47 +12:00
parent bd5055e3d4
commit e54376fdce
1 changed files with 18 additions and 17 deletions

View File

@ -1,28 +1,29 @@
[user] [user]
email = george@rawlinson.net.nz email = george@rawlinson.net.nz
name = George Rawlinson name = George Rawlinson
[core] [core]
# if $EDITOR not set, use this as editor # if $EDITOR not set, use this as editor
editor = nvim editor = nvim
# fix whitespace issues # fix whitespace issues
whitespace = fix, blank-at-eol, blank-at-eof, space-before-tab, trailing-space whitespace = fix, blank-at-eol, blank-at-eof, space-before-tab, trailing-space
[color] [color]
# automatically color output, except when piping # automatically color output, except when piping
ui = auto ui = auto
[color "status"] [color "status"]
# colours when using status command # colours when using status command
untracked = magenta untracked = magenta
changed = red changed = red
added = green added = green
[push] [push]
# push current branch instead of all # push current branch instead of all
default = simple default = simple
[alias] [alias]
# you really think i use this? no. it's an example. # you really think i use this? no. it's an example.
# source - https://github.com/ngerakines/commitment # source - https://github.com/ngerakines/commitment
yolo = !git commit -m \"$(curl -s whatthecommit.com/index.txt)\" yolo = !git commit -m \"$(curl -s whatthecommit.com/index.txt)\"