mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-11-23 15:20:52 +00:00
17 lines
398 B
Plaintext
17 lines
398 B
Plaintext
|
# See https://git-scm.com/docs/gitattributes
|
||
|
# See https://help.github.com/articles/dealing-with-line-endings/
|
||
|
|
||
|
# default behavior, if core.autocrlf is unset.
|
||
|
* text=auto
|
||
|
|
||
|
# files to be converted to native line endings on checkout.
|
||
|
*.cpp text
|
||
|
*.h text
|
||
|
|
||
|
# files to always have CRLF line endings on checkout.
|
||
|
*.bat text eol=crlf
|
||
|
|
||
|
# files to always have CR line endings on checkout.
|
||
|
*.sh text eol=cr
|
||
|
|