mirror of
https://github.com/elasota/Aerofoil.git
synced 2026-03-06 15:16:14 +00:00
Merge pull request #20 from Diomendius/normalize_line_endings
Normalize line endings
This commit is contained in:
31
.gitattributes
vendored
Normal file
31
.gitattributes
vendored
Normal 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
|
||||
Reference in New Issue
Block a user