File: .gitattributes

package info (click to toggle)
fontmake 3.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,980 kB
  • sloc: python: 3,395; sh: 39; makefile: 14; xml: 9
file content (16 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cfg text
*.in text
*.ini text
*.md text
*.py text
*.rst text
*.sh text
*.toml text
*.txt text
*.yaml text
*.yml text