forked from an-dr/microlog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
39 lines (34 loc) · 781 Bytes
/
.gitattributes
File metadata and controls
39 lines (34 loc) · 781 Bytes
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
31
32
33
34
35
36
37
38
39
# ==========================
# Linguist
# ==========================
doc/** linguist-documentation
tests/** linguist-language=ignore
# ==========================
# EOL
# ==========================
# Set default behavior to automatically normalize line endings
* text=auto
# Force LF for source code and scripts (Linux style)
*.c text eol=lf
*.h text eol=lf
*.cpp text eol=lf
*.hpp text eol=lf
*.sh text eol=lf
*.py text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.ps1 text eol=lf
# Force CRLF for Windows batch files
*.bat text eol=crlf
*.cmd text eol=crlf
# Binary files (no EOL conversion)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.zip binary
*.exe binary
*.dll binary