.gitattributes: decrease repeating

This commit is contained in:
Aminda Suomalainen 2023-10-15 20:28:48 +03:00
parent be58a47e32
commit 1ccd837111
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 5 additions and 5 deletions

10
.gitattributes vendored
View File

@ -5,11 +5,11 @@
# Line normalisation, GitHub language detection
* text=auto eol=lf linguist-detectable
# Integrated diff hunks, also an experiment will these remove linguist-detectable?
*.css text diff=css eol=lf
*.html text diff=html eol=lf
*.{md,markdown} text diff=markdown eol=lf
*.php text diff=php eol=lf
# Built-in diff patterns (disabled by default).
*.css diff=css
*.html diff=html
*.php diff=php
*.{md,markdown} diff=markdown
# These don't feel like mine
.github/** text=auto -linguist-detectable