File: .gitattributes

package info (click to toggle)
moarvm 2018.12%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 18,196 kB
  • sloc: ansic: 223,172; perl: 7,638; sh: 4,452; makefile: 1,089; python: 568; asm: 8
file content (7 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
# Git repo attributes.

# Ensure all text files have normalized (LF) line endings in the repository.
* text=auto

# Note: "core.eol" configuration variable controls which line endings to use
# for the normalized files in the working directory (the default is native).