# HG changeset patch # User Oleksandr Gavenko # Date 1502179386 -10800 # Node ID 274f5f8ff1a570d2c73b2ec63f6a5929aba0500d # Parent 309575901b09d6172859741892087ae541239f61 Prefer LF EOL. Normalize EOL to LF. diff -r 309575901b09 -r 274f5f8ff1a5 .gitconfig --- a/.gitconfig Tue Aug 08 10:10:25 2017 +0300 +++ b/.gitconfig Tue Aug 08 11:03:06 2017 +0300 @@ -23,7 +23,9 @@ [core] whitespace=-indent-with-non-tab,trailing-space,cr-at-eol excludesfile = ~/.gitignore -autocrlf = true +autocrlf = input +safecrlf = warn +eol = lf filemode = false [apply]