forked from KhronosGroup/OpenXR-CTS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
35 lines (29 loc) · 736 Bytes
/
.gitattributes
File metadata and controls
35 lines (29 loc) · 736 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
# Copyright (c) 2017-2021, The Khronos Group Inc.
#
# SPDX-License-Identifier: Apache-2.0
* text=auto
*.txt text
*.c text
*.cpp text
*.h text
*.hpp text
*.inl text
*.adoc text
*.in text
*.json text
*.bat eol=crlf
*.cmd eol=crlf
*.vcproj eol=crlf
*.vcxproj eol=crlf
*.sln eol=crlf
*.sh eol=lf
*.png binary
*.pdf binary
# Shell scripts that don't end in .sh
specification/makeAllExts eol=lf
specification/makeExt eol=lf
specification/makeKHR eol=lf
specification/makeKHRAndKHX eol=lf
specification/makeReleaseArtifacts eol=lf
specification/checkMarkup eol=lf
specification/checkSpecLinks eol=lf