mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
6d528a72eb
This updates glslang to commit 9bb8cfffb0eed010e07132282c41d73064a7a609 which is the current version listed in the known_good.json file for the version 1.3.212 of the Vulkan-ValidationLayers repo.
18 lines
523 B
Plaintext
18 lines
523 B
Plaintext
# test files have a mix of lf/crlf, and that's a good thing, for testing, don't mess with it
|
|
# bash scripts need lines ending with lf, and that's correct for Windows too, e.g., under Cygwin
|
|
# (scripts often don't have a suffix)
|
|
* -text
|
|
*.sh text eof=lf
|
|
|
|
# txt files should be native and normalized
|
|
*.txt text
|
|
|
|
# source code can be native and normalized, but simpler if lf everywhere; will try that way
|
|
*.h text eol=lf
|
|
*.c text eol=lf
|
|
*.cpp text eol=lf
|
|
*.y text eol=lf
|
|
*.out text eol=lf
|
|
*.conf text eol=lf
|
|
*.err text eol=lf
|