forked from OpenSteam001/OpenSteamTool
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
35 lines (32 loc) · 734 Bytes
/
Copy path.gitattributes
File metadata and controls
35 lines (32 loc) · 734 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
# Default: normalize line endings to LF in repo, leave working tree as-is
* text=auto eol=lf
# Source code (force LF)
*.c text eol=lf
*.h text eol=lf
*.cpp text eol=lf
*.hpp text eol=lf
*.cc text eol=lf
*.def text eol=lf
*.lua text eol=lf
*.proto text eol=lf
*.toml text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.json text eol=lf
*.cmake text eol=lf
CMakeLists.txt text eol=lf
# Windows scripts must keep CRLF
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# Binary files
*.dll binary
*.exe binary
*.lib binary
*.pdb binary
*.ico binary
*.png binary
*.jpg binary
*.zip binary