mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-10-31 23:49:24 +01:00
Compare commits
2 Commits
358838f13d
...
72e6740bbf
Author | SHA1 | Date | |
---|---|---|---|
72e6740bbf | |||
5821307086 |
10
.gitattributes
vendored
10
.gitattributes
vendored
@ -1,16 +1,16 @@
|
||||
# Normalize line endings for text files
|
||||
# https://www.git-scm.com/docs/gitattributes#_end_of_line_conversion
|
||||
* text=auto -linguist-detectable
|
||||
* text=auto linguist-detectable
|
||||
|
||||
# Unlikely to be ran under Windows, Linux line endings
|
||||
*.bash text eol=lf -linguist-detectable
|
||||
*.bash text eol=lf
|
||||
|
||||
# While this repository doesn't currently have anything for Windows, I may
|
||||
# use this for reference
|
||||
# https://rehansaeed.com/gitattributes-best-practices/#line-endings
|
||||
*.{reg,[rR][eE][gG]} text eol=crlf -linguist-detectable
|
||||
*.{bat,[bB][aA][tT]} text eol=crlf -linguist-detectable
|
||||
*.{ahk,[aA][hH][kK]} text eol=crlf -linguist-detectable
|
||||
*.{reg,[rR][eE][gG]} text eol=crlf
|
||||
*.{bat,[bB][aA][tT]} text eol=crlf
|
||||
*.{ahk,[aA][hH][kK]} text eol=crlf
|
||||
|
||||
# LFS with(/out) locking https://github.com/git-lfs/git-lfs/wiki/File-Locking
|
||||
*.png filter=lfs diff=lfs merge=lfs -text lockable
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 882dbd81dc4d3aa6a61a05ea66c93e34b4908c09
|
||||
Subproject commit 47b2220a4d6bca6fbb20488a86c8515557383d85
|
@ -1 +1 @@
|
||||
Subproject commit 38a998a3ad8f3ca1da760371d90d6d1f572a26fe
|
||||
Subproject commit 2f2ef94872bc2b645c11570bfa4808e3936b47ef
|
Loading…
Reference in New Issue
Block a user