mirror of
https://github.com/Vita3K/Vita3K.git
synced 2025-04-02 11:02:10 -04:00
17 lines
354 B
Text
17 lines
354 B
Text
# Properly detect files as C++ on Github
|
|
*.h linguist-language=cpp
|
|
*.inc linguist-language=cpp
|
|
*.frag linguist-language=GLSL
|
|
*.vert linguist-language=GLSL
|
|
|
|
src/external/* linguist-vendored
|
|
|
|
# Enforce line endings to LF for cross-compiling
|
|
*.cpp eol=lf
|
|
*.inc eol=lf
|
|
*.frag eol=lf
|
|
*.vert eol=lf
|
|
*.h eol=lf
|
|
*.sh eol=lf
|
|
|
|
*.bat eol=crlf
|