mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-21 05:47:21 +02:00
Compare commits
2 Commits
8a6aa6f3fa
...
b70b1a2f22
Author | SHA1 | Date | |
---|---|---|---|
b70b1a2f22 | |||
c8b9790baf |
10
.gitattributes
vendored
10
.gitattributes
vendored
@ -1,10 +1,16 @@
|
|||||||
# Normalize line endings for text files
|
# Normalize line endings for text files
|
||||||
# https://www.git-scm.com/docs/gitattributes#_end_of_line_conversion
|
# https://www.git-scm.com/docs/gitattributes#_end_of_line_conversion
|
||||||
* text=auto eol=lf linguist-detectable
|
* text=auto eol=lf linguist-detectable
|
||||||
doctoc.txt text eol=lf linguist-detectable linguist-language=markdown
|
doctoc.txt text diff=markdown eol=lf linguist-detectable linguist-language=markdown
|
||||||
|
|
||||||
# Unlikely to be ran under Windows, Linux line endings
|
# Unlikely to be ran under Windows, Linux line endings
|
||||||
*.bash text eol=lf
|
*.{sh,bash,zsh} text diff=bash eol=lf
|
||||||
|
|
||||||
|
*.bibtex text diff=bibtex eol=lf
|
||||||
|
*.css text diff=css eol=lf
|
||||||
|
*.html text diff=html eol=lf
|
||||||
|
*.{md,markdown} text diff=markdown eol=lf
|
||||||
|
*.tex text diff=tex eol=lf
|
||||||
|
|
||||||
# While this repository doesn't currently have anything for Windows, I may
|
# While this repository doesn't currently have anything for Windows, I may
|
||||||
# use this for reference
|
# use this for reference
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit fe79d934c7a894046ede3270dee6af09cee8607a
|
Subproject commit 12ba161d74ce169336560509f3fe943741a19834
|
@ -1 +1 @@
|
|||||||
Subproject commit 83282a70706d71cd2eefbc07dd6fec2ce5b363c4
|
Subproject commit c314a3c7d5d6691270bc89c31bfcace0685d47c9
|
Loading…
x
Reference in New Issue
Block a user