File: .gitattributes

package info (click to toggle)
hugo 0.157.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 43,672 kB
  • sloc: javascript: 31,888; ansic: 2,350; xml: 350; makefile: 195; sh: 110
file content (8 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
# Text files have auto line endings
* text=auto

# Go source files always have LF line endings
*.go text eol=lf

# SVG files should not be modified
*.svg -text