• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Set the default behavior, in case people don't have core.autocrlf set.
2* text=auto
3
4# Explicitly declare text files you want to always be normalized and converted
5# to native line endings on checkout.
6*.py text
7
8# Font files are binary (so that autocrlf doesn't muck with them)
9*.lwfn binary
10*.pfa binary
11*.pfb binary
12