mirror of
https://pdfium.googlesource.com/pdfium
synced 2026-07-31 04:29:37 +08:00
Also sort the list using ASCII sort. Change-Id: Iff92e6039d00e51afbed2d3f94784cfbae186ac7 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/116734 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> Reviewed-by: Tom Sepez <tsepez@chromium.org>
29 lines
562 B
Plaintext
29 lines
562 B
Plaintext
# Force LF checkout for all source files
|
|
*.bin binary
|
|
*.c text eol=lf
|
|
*.cc text eol=lf
|
|
*.cpp text eol=lf
|
|
*.evt text eol=lf
|
|
*.gn text eol=lf
|
|
*.gni text eol=lf
|
|
*.h text eol=lf
|
|
*.in text eol=lf
|
|
*.js text eol=lf
|
|
*.md text eol=lf
|
|
*.mm text eol=lf
|
|
*.sh text eol=lf
|
|
*.txt text eol=lf
|
|
*.xml text eol=lf
|
|
.clang-format text eol=lf
|
|
.gitattributes text eol=lf
|
|
.gitignore text eol=lf
|
|
.vpython text eol=lf
|
|
AUTHORS text eol=lf
|
|
DEPS text eol=lf
|
|
LICENSE text eol=lf
|
|
OWNERS text eol=lf
|
|
codereview.settings text eol=lf
|
|
|
|
# Skip Tricium on expectation files.
|
|
*_expected.txt -tricium
|