mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-21 04:17:26 +02:00
Compare commits
2 Commits
c6ab7263f2
...
7509d9da22
Author | SHA1 | Date | |
---|---|---|---|
7509d9da22 | |||
55ad54ce5b |
10
.gitattributes
vendored
10
.gitattributes
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user