# See https://github.com/github/linguist about the linguist attributes.
# See https://help.github.com/en/articles/dealing-with-line-endings
# about dealing with line endings.

old_docs/* linguist-documentation
tests/testcases_output/* linguist-generated=true

# Pascal text files
*.lpr linguist-language=Pascal text eol=auto
*.dpr linguist-language=Pascal text eol=auto
*.pas linguist-language=Pascal text eol=auto
*.inc linguist-language=Pascal text eol=auto

# Shell scripts.
# Even on Windows, shell scripts line endings must be Unix, to work with Cygwin's bash.
*.sh text eol=lf

# Other text files
Makefile text eol=auto
*.txt text eol=auto
*.md text eol=auto
*.html text eol=auto
*.css text eol=auto
*.tex text eol=auto
*.xml text eol=auto
*.hhc text eol=auto
*.hhk text eol=auto
*.hhp text eol=auto
*.php text eol=auto
PASDOC-OUTPUT text eol=auto
*.js text eol=auto
*.dot text eol=auto
*.pds text eol=auto
LICENSE text eol=auto
README text eol=auto
TODO text eol=auto
HISTORY text eol=auto
*.yml text eol=auto
*.dof text eol=auto
*.lfm text eol=auto
*.lpi text eol=auto
*.man text eol=auto

# Test cases checking specific line endings
tests/testcases/error_line_number_2.pas text eol=lf
tests/testcases/error_line_number_4.pas text eol=cr

# treated as binary files here, even if (parts of) look like text
*.eps binary
# treated as binary files, see source/component/bootstrap/Makefile for comments
bootstrap.min.css binary
bootstrap.bundle.min.js binary