File: .gitattributes

package info (click to toggle)
libatomic-ops 7.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,560 kB
  • sloc: ansic: 20,324; makefile: 375; asm: 21; sh: 9
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).