Files
KaTeX/.gitattributes
Martin von Gagern a3f0653e5c Set up a diff attribute and textconv instructions for font files
This may help us generate human-readable diffs of font files.
2017-01-19 17:47:59 +01:00

10 lines
217 B
Plaintext

# 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