mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-06-01 20:09:13 +02:00
[git] Enable diffing documents by default
This commit is contained in:
parent
d5d0a168f5
commit
97ab089316
3 changed files with 15 additions and 1 deletions
12
git/attributes
Normal file
12
git/attributes
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Automatically normalize line endings for all text-based files
|
||||
#* text=auto
|
||||
|
||||
# Documents
|
||||
*.doc diff=pandoc
|
||||
*.DOC diff=pandoc
|
||||
*.docx diff=pandoc
|
||||
*.DOCX diff=pandoc
|
||||
*.odt diff=pandoc
|
||||
*.ODT diff=pandoc
|
||||
*.pdf diff=pdf
|
||||
*.PDF diff=pdf
|
Loading…
Add table
Add a link
Reference in a new issue