Compare commits

..

2 Commits

Author SHA1 Message Date
b70b1a2f22
update submodules 2023-10-15 14:59:43 +03:00
c8b9790baf
.gitattributes: specify integrated diff hunks 2023-10-15 14:58:48 +03:00
3 changed files with 10 additions and 4 deletions

10
.gitattributes vendored
View File

@ -1,10 +1,16 @@
# Normalize line endings for text files
# https://www.git-scm.com/docs/gitattributes#_end_of_line_conversion
* 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
*.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
# use this for reference

@ -1 +1 @@
Subproject commit fe79d934c7a894046ede3270dee6af09cee8607a
Subproject commit 12ba161d74ce169336560509f3fe943741a19834

@ -1 +1 @@
Subproject commit 83282a70706d71cd2eefbc07dd6fec2ce5b363c4
Subproject commit c314a3c7d5d6691270bc89c31bfcace0685d47c9