Normalize source code

Add .gitattributes
Remove trailing whitespaces
This commit is contained in:
Eduardo Bart
2012-07-28 00:54:47 -03:00
parent a240429cb8
commit d85dd3e20f
16 changed files with 151 additions and 145 deletions

6
.gitattributes vendored Normal file
View File

@@ -0,0 +1,6 @@
# Normalize source code before commits
*.lua eol=lf
*.txt eol=lf
*.ot* eol=lf
*.cpp eol=lf
*.h eol=lf