2018-09-25 17:04:32 +03:00
|
|
|
# `git apply` and friends don't understand CRLF, even on windows. Force those
|
|
|
|
# files to be checked out with LF endings even if core.autocrlf is true.
|
|
|
|
*.patch text eol=lf
|
2020-04-07 01:15:35 +03:00
|
|
|
patches/**/.patches merge=union
|
2020-08-27 04:25:39 +03:00
|
|
|
|
|
|
|
# Source code and markdown files should always use LF as line ending.
|
2023-05-08 11:02:42 +03:00
|
|
|
*.c text eol=lf
|
2020-08-27 04:25:39 +03:00
|
|
|
*.cc text eol=lf
|
2023-05-08 11:02:42 +03:00
|
|
|
*.cpp text eol=lf
|
|
|
|
*.csv text eol=lf
|
|
|
|
*.grd text eol=lf
|
|
|
|
*.grdp text eol=lf
|
|
|
|
*.gn text eol=lf
|
|
|
|
*.gni text eol=lf
|
2020-08-27 04:25:39 +03:00
|
|
|
*.h text eol=lf
|
2023-05-08 11:02:42 +03:00
|
|
|
*.html text eol=lf
|
|
|
|
*.idl text eol=lf
|
|
|
|
*.in text eol=lf
|
|
|
|
*.js text eol=lf
|
|
|
|
*.json text eol=lf
|
|
|
|
*.json5 text eol=lf
|
|
|
|
*.md text eol=lf
|
|
|
|
*.mm text eol=lf
|
|
|
|
*.mojom text eol=lf
|
2024-07-15 19:08:33 +03:00
|
|
|
*.patches text eol=lf
|
2023-05-08 11:02:42 +03:00
|
|
|
*.proto text eol=lf
|
2020-08-27 04:25:39 +03:00
|
|
|
*.py text eol=lf
|
|
|
|
*.ps1 text eol=lf
|
2023-05-08 11:02:42 +03:00
|
|
|
*.sh text eol=lf
|
|
|
|
*.ts text eol=lf
|
|
|
|
*.txt text eol=lf
|