File: .gitattributes

package info (click to toggle)
ufo2ft 3.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,980 kB
  • sloc: python: 18,685; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Set the default behavior, in case people don't have core.autocrlf set.
* text=lf

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