Adding a gitattributes and correcting line-endings

https://help.github.com/articles/dealing-with-line-endings/
This commit is contained in:
Rémy Léone 2015-09-03 13:45:48 +02:00
parent 8a7e2e5892
commit 7a5071dd30
37 changed files with 5865 additions and 5856 deletions

12
.gitattributes vendored Normal file
View File

@ -0,0 +1,12 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto whitespace=trailing-space
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
*.java text
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary

View File

@ -1195,4 +1195,3 @@ void halLcdScrollLine(int Line)
for (i = Row; i < Row + FONT_HEIGHT; i++)
halLcdScrollRow(i);
}

View File

@ -11,4 +11,3 @@ GETTING_STARTED = \
<b>Getting started</b><br>\
<br>\
<br><i>F1:</i> Toggle quick help</i>

View File

@ -920,4 +920,3 @@ FT_STATUS WINAPI FT_Reload(
#endif /* FTD2XX_H */