fixed whitespace behaviour of Git
This commit is contained in:
parent
8a3f5bb69d
commit
aa80ad7fe9
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
[github]
|
||||
username = stv0g
|
||||
|
||||
[apply]
|
||||
whitespace = nowarn
|
||||
|
||||
[shell]
|
||||
username = stv0g
|
||||
|
||||
|
@ -29,6 +32,7 @@
|
|||
excludesfile = ~/.gitignore
|
||||
# Set attributes on files. Used for general diff improvements.
|
||||
attributesfile = ~/.gitattributes
|
||||
autocrlf = input
|
||||
|
||||
[help]
|
||||
# Open Git help pages in the browser as HTML.
|
||||
|
|
Loading…
Add table
Reference in a new issue