Skip to content

Commit

Permalink
EOL clusterfuck
Browse files Browse the repository at this point in the history
Signed-off-by: Velocet <git@mail.velocet.de>
  • Loading branch information
Velocet committed May 3, 2024
1 parent 2bb8d76 commit 9c5a104
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Declare text files to be normalized and converted to native line endings on checkout.
# Normalize line endings to LF in the repository.
* text eol=lf
#* text eol=lf

# GitHub Linguist Overrides
# https://github.com/github-linguist/linguist/blob/master/docs/overrides.md
Expand Down Expand Up @@ -49,7 +49,7 @@ test/** linguist-detectable
*.h text diff=cpp
*.h++ text diff=cpp
*.hh text diff=cpp
*.lua text
*.lua text diff=lua

# Compiled Object files
*.slo binary
Expand All @@ -74,10 +74,12 @@ test/** linguist-detectable
*.app binary

# Documents
*.docx diff=astextplain
*.DOCX diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.docx binary
*.DOCX binary
*.xlsx binary
*.XLSX binary
*.pdf binary
*.PDF binary
*.md text diff=markdown
*.mdx text diff=markdown
*.tex text diff=tex
Expand Down Expand Up @@ -174,3 +176,5 @@ test/** linguist-detectable
*.pyd binary
# Jupyter notebook
*.ipynb text eol=lf
# Firmware
*.bin binary

0 comments on commit 9c5a104

Please sign in to comment.