Compare commits

..

2 Commits

Author SHA1 Message Date
7509d9da22
pre-commit autoupdate 2023-11-13 11:05:38 +02:00
55ad54ce5b
fix .gitattributes / git-lfs 2023-11-13 11:05:06 +02:00
2 changed files with 7 additions and 5 deletions

10
.gitattributes vendored
View File

@ -1,10 +1,12 @@
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
#
# SPDX-License-Identifier: CC0-1.0
* text=auto linguist-detectable eol=lf
*.license text linguist-detectable eol=lf
*.{jpg,[jJ][pP][gG]} filter=lfs diff=lfs merge=lfs -text
*.jpeg,[jJ][pP][eE][gG]} filter=lfs diff=lfs merge=lfs -text
*.png,[pP][nN][gG]} filter=lfs diff=lfs merge=lfs -text
# git-lfs doesn't support more complicated than this, CASE SENSITIVE!
*.jpg filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
LICENSES/** text linguist-vendored eol=lf

View File

@ -35,7 +35,7 @@ repos:
- id: fix-byte-order-marker
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.3"
rev: "v3.1.0"
hooks:
- id: prettier