gitmodules: Use tabs for indentation

This is the preferred indentation style of git, and it will use tabs by default when performing git operations which modify submodules
This commit is contained in:
OpenSauce04 2025-07-12 13:07:08 +01:00
parent 7c278f9701
commit c1761f87f9

108
.gitmodules vendored
View File

@ -1,57 +1,57 @@
[submodule "boost"] [submodule "boost"]
path = externals/boost path = externals/boost
url = https://github.com/azahar-emu/ext-boost.git url = https://github.com/azahar-emu/ext-boost.git
[submodule "nihstro"] [submodule "nihstro"]
path = externals/nihstro path = externals/nihstro
url = https://github.com/neobrain/nihstro.git url = https://github.com/neobrain/nihstro.git
[submodule "soundtouch"] [submodule "soundtouch"]
path = externals/soundtouch path = externals/soundtouch
url = https://github.com/azahar-emu/soundtouch.git url = https://github.com/azahar-emu/soundtouch.git
[submodule "catch2"] [submodule "catch2"]
path = externals/catch2 path = externals/catch2
url = https://github.com/catchorg/Catch2 url = https://github.com/catchorg/Catch2
[submodule "dynarmic"] [submodule "dynarmic"]
path = externals/dynarmic path = externals/dynarmic
url = https://github.com/azahar-emu/dynarmic.git url = https://github.com/azahar-emu/dynarmic.git
[submodule "xbyak"] [submodule "xbyak"]
path = externals/xbyak path = externals/xbyak
url = https://github.com/herumi/xbyak.git url = https://github.com/herumi/xbyak.git
[submodule "fmt"] [submodule "fmt"]
path = externals/fmt path = externals/fmt
url = https://github.com/fmtlib/fmt.git url = https://github.com/fmtlib/fmt.git
[submodule "enet"] [submodule "enet"]
path = externals/enet path = externals/enet
url = https://github.com/lsalzman/enet.git url = https://github.com/lsalzman/enet.git
[submodule "inih"] [submodule "inih"]
path = externals/inih/inih path = externals/inih/inih
url = https://github.com/benhoyt/inih.git url = https://github.com/benhoyt/inih.git
[submodule "libressl"] [submodule "libressl"]
path = externals/libressl path = externals/libressl
url = https://github.com/azahar-emu/ext-libressl-portable.git url = https://github.com/azahar-emu/ext-libressl-portable.git
[submodule "libusb"] [submodule "libusb"]
path = externals/libusb/libusb path = externals/libusb/libusb
url = https://github.com/libusb/libusb.git url = https://github.com/libusb/libusb.git
[submodule "cubeb"] [submodule "cubeb"]
path = externals/cubeb path = externals/cubeb
url = https://github.com/mozilla/cubeb url = https://github.com/mozilla/cubeb
[submodule "discord-rpc"] [submodule "discord-rpc"]
path = externals/discord-rpc path = externals/discord-rpc
url = https://github.com/azahar-emu/discord-rpc.git url = https://github.com/azahar-emu/discord-rpc.git
[submodule "cpp-jwt"] [submodule "cpp-jwt"]
path = externals/cpp-jwt path = externals/cpp-jwt
url = https://github.com/arun11299/cpp-jwt.git url = https://github.com/arun11299/cpp-jwt.git
[submodule "teakra"] [submodule "teakra"]
path = externals/teakra path = externals/teakra
url = https://github.com/wwylele/teakra.git url = https://github.com/wwylele/teakra.git
[submodule "lodepng"] [submodule "lodepng"]
path = externals/lodepng/lodepng path = externals/lodepng/lodepng
url = https://github.com/lvandeve/lodepng.git url = https://github.com/lvandeve/lodepng.git
[submodule "zstd"] [submodule "zstd"]
path = externals/zstd path = externals/zstd
url = https://github.com/facebook/zstd.git url = https://github.com/facebook/zstd.git
[submodule "libyuv"] [submodule "libyuv"]
path = externals/libyuv path = externals/libyuv
url = https://github.com/lemenkov/libyuv.git url = https://github.com/lemenkov/libyuv.git
[submodule "sdl2"] [submodule "sdl2"]
path = externals/sdl2/SDL path = externals/sdl2/SDL
url = https://github.com/libsdl-org/SDL url = https://github.com/libsdl-org/SDL
@ -62,32 +62,32 @@
path = externals/cryptopp path = externals/cryptopp
url = https://github.com/weidai11/cryptopp.git url = https://github.com/weidai11/cryptopp.git
[submodule "dds-ktx"] [submodule "dds-ktx"]
path = externals/dds-ktx path = externals/dds-ktx
url = https://github.com/septag/dds-ktx url = https://github.com/septag/dds-ktx
[submodule "openal-soft"] [submodule "openal-soft"]
path = externals/openal-soft path = externals/openal-soft
url = https://github.com/kcat/openal-soft url = https://github.com/kcat/openal-soft
[submodule "glslang"] [submodule "glslang"]
path = externals/glslang path = externals/glslang
url = https://github.com/KhronosGroup/glslang url = https://github.com/KhronosGroup/glslang
[submodule "vma"] [submodule "vma"]
path = externals/vma path = externals/vma
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "vulkan-headers"] [submodule "vulkan-headers"]
path = externals/vulkan-headers path = externals/vulkan-headers
url = https://github.com/KhronosGroup/Vulkan-Headers url = https://github.com/KhronosGroup/Vulkan-Headers
[submodule "sirit"] [submodule "sirit"]
path = externals/sirit path = externals/sirit
url = https://github.com/azahar-emu/sirit url = https://github.com/azahar-emu/sirit
[submodule "faad2"] [submodule "faad2"]
path = externals/faad2/faad2 path = externals/faad2/faad2
url = https://github.com/knik0/faad2 url = https://github.com/knik0/faad2
[submodule "library-headers"] [submodule "library-headers"]
path = externals/library-headers path = externals/library-headers
url = https://github.com/azahar-emu/ext-library-headers.git url = https://github.com/azahar-emu/ext-library-headers.git
[submodule "libadrenotools"] [submodule "libadrenotools"]
path = externals/libadrenotools path = externals/libadrenotools
url = https://github.com/bylaws/libadrenotools url = https://github.com/bylaws/libadrenotools
[submodule "oaknut"] [submodule "oaknut"]
path = externals/oaknut path = externals/oaknut
url = https://github.com/merryhime/oaknut.git url = https://github.com/merryhime/oaknut.git