File: .gitattributes

package info (click to toggle)
libvpl-tools 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,652 kB
  • sloc: cpp: 107,469; python: 4,303; ansic: 3,202; sh: 159; lisp: 52; makefile: 13
file content (23 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# do not rely on windows users to remember to set core.autocrlf=true
* text=auto

# force line endings for scripts
*.sh eol=lf
*.sh.in eol=lf
*.py eol=lf
script/* eol=lf
*.bat eol=crlf

# force lf endings for yaml
*.yaml eol=lf
*.yml eol=lf
.clang-format eol=lf

# force encoding for json
*.json encoding=utf-8

# force lf endings for CMake files
CMakeLists.* eol=lf
*.cmake eol=lf
*.cmake.in eol=lf