Support git code syntax in live preview

Add autocrlf values for Windows, Linux, and OS X.
This commit is contained in:
bootstraponline
2012-11-16 16:57:39 -07:00
parent 578386f083
commit c90c3b1544
2 changed files with 9 additions and 0 deletions
+7
View File
@@ -1,4 +1,11 @@
# https://help.github.com/articles/dealing-with-line-endings
#
# For Mac & Linux
# git config --global core.autocrlf input
#
# For windows
# git config --global core.autocrlf true
#
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto