mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
41 lines
978 B
Plaintext
41 lines
978 B
Plaintext
# The following file types will be normalized to LF line endings in the Git
|
|
# database, and will keep those LF line endings in the working tree even on
|
|
# Windows. Any other files will have whatever line endings they had when they
|
|
# were committed. If you add new entries below, you should renormalize the
|
|
# affected files by running the following from the root of this repo (requires
|
|
# Git 2.16 or greater):
|
|
#
|
|
# git add --renormalize .
|
|
# git status [just to show what files were renormalized]
|
|
# git commit -m "Normalize line endings"
|
|
#
|
|
# Also, please update .editorconfig to handle any new entries as well.
|
|
*.ql eol=lf
|
|
*.qll eol=lf
|
|
*.qlref eol=lf
|
|
*.dbscheme eol=lf
|
|
*.qhelp eol=lf
|
|
*.html eol=lf
|
|
*.htm eol=lf
|
|
*.xhtml eol=lf
|
|
*.xhtm eol=lf
|
|
*.js eol=lf
|
|
*.mjs eol=lf
|
|
*.ts eol=lf
|
|
*.json eol=lf
|
|
*.yml eol=lf
|
|
*.yaml eol=lf
|
|
*.c eol=lf
|
|
*.cpp eol=lf
|
|
*.h eol=lf
|
|
*.hpp eol=lf
|
|
*.md eol=lf
|
|
*.stats eol=lf
|
|
*.xml eol=lf
|
|
*.sh eol=lf
|
|
*.pl eol=lf
|
|
*.java eol=lf
|
|
*.cs eol=lf
|
|
*.py eol=lf
|
|
*.lua eol=lf
|