mirror of
https://github.com/libretro/bsnes-libretro.git
synced 2024-11-23 08:59:40 +00:00
8a13b7be24
Always use LF line endings for shaders
11 lines
264 B
Plaintext
11 lines
264 B
Plaintext
# Always use LF line endings for shaders
|
|
*.fsh text eol=lf
|
|
*.metal text eol=lf
|
|
|
|
HexFiend/* linguist-vendored
|
|
*.inc linguist-language=C
|
|
Core/*.h linguist-language=C
|
|
SDL/*.h linguist-language=C
|
|
Windows/*.h linguist-language=C
|
|
Cocoa/*.h linguist-language=Objective-C
|