Compare commits

..

No commits in common. "7509d9da226523f9b6411cea0e00818ad16a47e9" and "c6ab7263f238a5c09983727d9b0da404f038a739" have entirely different histories.

2 changed files with 5 additions and 7 deletions

10
.gitattributes vendored
View File

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

View File

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