forked from digidotcom/xbee_ansic_library
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.gitattributes
29 lines (24 loc) · 857 Bytes
/
.gitattributes
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
# Source code
*.c text diff=cpp whitespace=blank-at-eol,tabwidth=4
*.cpp text diff=cpp whitespace=blank-at-eol,tabwidth=4
*.h text diff=cpp whitespace=blank-at-eol,tabwidth=4
Doxyfile text
Makefile text
# Shell scripts should always end in LF only
*.sh text eol=lf
# Windows batch/command files end in CRLF
*.bat text eol=crlf
*.cmd text eol=crlf
# Other text files
*.txt text
*.md text
*.ini text
# OpenWatcom (Windows-hosted DOS compiler) project/target files
*.wpj text eol=crlf
*.tgt text eol=crlf
# CodeWarrior (Freescale HCS08 compiler)
*.abs.s19 text eol=crlf
*.bbl text eol=crlf
*.hwl text eol=crlf
*.prm text eol=crlf
*.mcp text eol=crlf