mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: [34-x-y] cherry-pick 3 changes from 0-M133 * 51cd241b7b13 from chromium * 1c7ff4d5477f from v8 * 8834c16acfcc from v8 * ee9db7d1348f from skia Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
34 lines
801 B
Plaintext
34 lines
801 B
Plaintext
# `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.
|
|
DEPS text eol=lf
|
|
yarn.lock text eol=lf
|
|
script/zip_manifests/*.manifest text eol=lf
|
|
patches/**/.patches merge=union
|
|
|
|
# Source code and markdown files should always use LF as line ending.
|
|
*.c text eol=lf
|
|
*.cc text eol=lf
|
|
*.cpp text eol=lf
|
|
*.csv text eol=lf
|
|
*.grd text eol=lf
|
|
*.grdp text eol=lf
|
|
*.gn text eol=lf
|
|
*.gni text eol=lf
|
|
*.h text eol=lf
|
|
*.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
|
|
*.patches text eol=lf
|
|
*.proto text eol=lf
|
|
*.py text eol=lf
|
|
*.ps1 text eol=lf
|
|
*.sh text eol=lf
|
|
*.ts text eol=lf
|
|
*.txt text eol=lf
|