File: .gitattributes

package info (click to toggle)
libwhereami 0.0~git20240826.dcb52a0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: ansic: 858; makefile: 170
file content (30 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
* text=auto

# sources
*.h text diff=cpp
*.c text diff=cpp
*.cpp text diff=cpp
*.rb text diff=ruby
*.html text diff=html
*.m text diff=objc

# shell scripts
*.sh eol=lf

# GNU Makefile
Makefile text eol=lf

# Autotools
*.am text eol=lf

# Android
*.mk text eol=lf

# Xcode files
*.pbxproj text eol=lf merge=union

# Visual Studio files
*.sln text eol=crlf merge=union
*.vcxproj text eol=crlf merge=union
*.vcxproj.filters text eol=crlf merge=union
*.props text eol=crlf