mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
Set up a diff attribute and textconv instructions for font files
This may help us generate human-readable diffs of font files.
This commit is contained in:
9
.gitattributes
vendored
Normal file
9
.gitattributes
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# Install ttx from https://github.com/fonttools/fonttools,
|
||||||
|
# then add this to your ~/.gitconfig to diff fonts more easily:
|
||||||
|
|
||||||
|
#[diff "font"]
|
||||||
|
# binary = true
|
||||||
|
# textconv = ttx -q -i -o -
|
||||||
|
|
||||||
|
*.ttf diff=font
|
||||||
|
*.woff diff=font
|
Reference in New Issue
Block a user