File: .gitattributes

package info (click to toggle)
django-sass 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: python: 388; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
# Explicitly declare text files that should always be normalized and converted
# to unix line endings, to reduce cross-platform development issues.
*.py text eol=lf
*.html text eol=lf
*.js text eol=lf
*.css text eol=lf
*.json text eol=lf
*.md text eol=lf
*.rst text eol=lf