.gitconfig
changeset 879 274f5f8ff1a5
parent 862 24c14627e34b
child 889 7e51f0012eb6
equal deleted inserted replaced
878:309575901b09 879:274f5f8ff1a5
    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
    26 autocrlf = input
       
    27 safecrlf = warn
       
    28 eol = lf
    27 filemode = false
    29 filemode = false
    28 
    30 
    29 [apply]
    31 [apply]
    30 # fix/strip/nowarn
    32 # fix/strip/nowarn
    31 # whitespace = strip
    33 # whitespace = strip