Merge pull request #1797 from tdonohue/fix_line_endings

Force all code to use LF line endings in .gitattibutes
This commit is contained in:
Tim Donohue
2022-09-08 08:35:59 -05:00
committed by GitHub
4 changed files with 5141 additions and 5127 deletions

16
.gitattributes vendored
View File

@@ -1,2 +1,16 @@
# Auto detect text files and perform LF normalization # By default, auto detect text files and perform LF normalization
# This ensures code is always checked in with LF line endings
* text=auto * text=auto
# JS and TS files must always use LF for Angular tools to work
# Some Angular tools expect LF line endings, even on Windows.
# This ensures Windows always checks out these files with LF line endings
# We've copied many of these rules from https://github.com/angular/angular-cli/
*.js eol=lf
*.ts eol=lf
*.json eol=lf
*.json5 eol=lf
*.css eol=lf
*.scss eol=lf
*.html eol=lf
*.svg eol=lf

0
scripts/sync-i18n-files.ts Executable file → Normal file
View File

0
src/app/app.module.ts Executable file → Normal file
View File

File diff suppressed because it is too large Load Diff