.gitconfig
changeset 823 b7c18fdcc666
parent 764 8867e8616467
child 862 24c14627e34b
equal deleted inserted replaced
822:7621d94eba35 823:b7c18fdcc666
    21 glog = log --all --graph
    21 glog = log --all --graph
    22 
    22 
    23 [core]
    23 [core]
    24 whitespace=-indent-with-non-tab,trailing-space,cr-at-eol
    24 whitespace=-indent-with-non-tab,trailing-space,cr-at-eol
    25 excludesfile = ~/.gitignore
    25 excludesfile = ~/.gitignore
       
    26 autocrlf = true
       
    27 filemode = false
    26 
    28 
    27 [apply]
    29 [apply]
    28 # fix/strip/nowarn
    30 # fix/strip/nowarn
    29 # whitespace = strip
    31 # whitespace = strip
    30 
    32