Infrastructure: Fix .gitattributes typo eof -> eol. Also update README

Add to README: git config --global core.fileMode false
This commit is contained in:
John Kessenich
2018-12-10 16:47:05 -07:00
parent 0dbc5cbc5d
commit 00054da5e6
2 changed files with 10 additions and 7 deletions

14
.gitattributes vendored Normal file → Executable file
View File

@@ -8,10 +8,10 @@
*.txt text
# source code can be native and normalized, but simpler if lf everywhere; will try that way
*.h text eof=lf
*.c text eof=lf
*.cpp text eof=lf
*.y text eof=lf
*.out text eof=lf
*.conf text eof=lf
*.err text eof=lf
*.h text eol=lf
*.c text eol=lf
*.cpp text eol=lf
*.y text eol=lf
*.out text eol=lf
*.conf text eol=lf
*.err text eol=lf