diff options
author | Matt Singleton <msingleton@wgen.net> | 2010-05-03 11:09:44 -0400 |
---|---|---|
committer | Matt Singleton <msingleton@wgen.net> | 2010-05-03 11:09:44 -0400 |
commit | 8db3cf3e01ae203fbd30c0fb4e6f6b93f740f681 (patch) | |
tree | a3dff7c29df4522750fb6214e39fc25f627b83f1 | |
parent | 615bf4159cd27ffb224e7a4047d6b4c1a4f46916 (diff) |
fixing autocrlf
-rw-r--r-- | gitconfig.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitconfig.template b/gitconfig.template index 3904033..66204d3 100644 --- a/gitconfig.template +++ b/gitconfig.template @@ -13,7 +13,7 @@ [core] whitespace = trailing-space,space-before-tab,cr-at-eol editor = vim - autocrlf = true + autocrlf = input [color] ui = true |