comparison fuhtark_test/Vulkan-Headers-1.4.334/.gitattributes @ 1501:f40d9d814c08 default tip main

did: correct vulkan-api generator
author sam <sam@basx.dev>
date Wed, 26 Nov 2025 23:34:29 +0700
parents
children
comparison
equal deleted inserted replaced
1500:91c8c3b7cbf0 1501:f40d9d814c08
1 # ~~~
2 # Copyright 2018-2023 The Khronos Group Inc.
3 # Copyright 2018-2023 Valve Corporation
4 # Copyright 2018-2023 LunarG, Inc.
5 #
6 # SPDX-License-Identifier: Apache-2.0
7 # ~~~
8
9 # See https://git-scm.com/docs/gitattributes
10 # See https://help.github.com/articles/dealing-with-line-endings/
11
12 # Default behavior, if core.autocrlf is unset.
13 * text=auto
14
15 # Files to be converted to native line endings on checkout.
16 *.cpp text
17 *.h text
18
19 # Text files to always have CRLF (dos) line endings on checkout.
20 *.bat text eol=crlf
21
22 # Text files to always have LF (unix) line endings on checkout.
23 *.sh text eol=lf
24