Merge pull request #20 from Diomendius/normalize_line_endings

Normalize line endings
This commit is contained in:
Eric Lasota
2024-08-03 11:38:20 -04:00
committed by GitHub
823 changed files with 323825 additions and 323794 deletions

31
.gitattributes vendored Normal file
View File

@@ -0,0 +1,31 @@
.editorconfig text
.gitattributes text
.gitignore text
.gitmodules text
*.txt text
*.cmake text
Makefile text
README text
*.bat text eol=crlf
*.c text
*.cpp text
*.h text
*.mm text
*.gradle text
*.java text
*.mk text
*.xml text
*.html text
*.json text
# These files get packaged into ApplicationResources.gpf, so ensure
# they get consistent line endings for reproducibility.
/ApplicationResourcePatches/**/*.json eol=lf
/ApplicationResourcePatches/**/*.txt eol=lf