File: .gitattributes

package info (click to toggle)
nanovna-saver 0.7.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,600 kB
  • sloc: python: 13,552; makefile: 72; sh: 18
file content (7 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# Default for all text files
*     text=auto whitespace=trailing-space,tab-in-indent,tabwidth=2
*.py  text=auto whitespace=trailing-space,tab-in-indent,tabwidth=4

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary