forked from stuerp/foo_uie_webview
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
40 lines (37 loc) · 723 Bytes
/
Copy path.gitattributes
File metadata and controls
40 lines (37 loc) · 723 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
40
# Auto-detect text files and perform LF normalization.
* text=auto
# Explicitly declare code files as CRLF.
*.c eol=crlf
*.cpp eol=crlf
*.h eol=crlf
*.inc eol=crlf
*.inl eol=crlf
*.fx eol=crlf
*.fxh eol=crlf
*.hlsl eol=crlf
*.hlsli eol=crlf
*.rc eol=crlf
*.idl eol=crlf
*.html eol=lf
*.js eol=lf
*.cmd eol=crlf
*.ps1 eol=crlf
*.sh eol=lf
*.yml eol=crlf
*.reg eol=crlf
*.txt eol=crlf
*.md eol=crlf
# Explicitly declare configuration files as CRLF.
*.slnx eol=crlf
*.vcxproj eol=crlf
*.filters eol=crlf
*.clang-format eol=crlf
*.config eol=crlf
*.gitattributes eol=crlf
*.gitignore eol=crlf
*.hint eol=crlf
*.manifest eol=crlf
*.vsconfig eol=crlf
# Explicitly declare resource files as binary.
*.ico binary
*.patch binary