Merge pull request #10932 from abouvier/git-indent
gitmodules: normalize indentation and url
This commit is contained in:
		
							
								
								
									
										42
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										42
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							| @@ -2,35 +2,35 @@ | |||||||
| # SPDX-License-Identifier: GPL-2.0-or-later | # SPDX-License-Identifier: GPL-2.0-or-later | ||||||
|  |  | ||||||
| [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 "cubeb"] | [submodule "cubeb"] | ||||||
|     path = externals/cubeb | 	path = externals/cubeb | ||||||
|     url = https://github.com/mozilla/cubeb.git | 	url = https://github.com/mozilla/cubeb.git | ||||||
| [submodule "dynarmic"] | [submodule "dynarmic"] | ||||||
|     path = externals/dynarmic | 	path = externals/dynarmic | ||||||
|     url = https://github.com/MerryMage/dynarmic.git | 	url = https://github.com/merryhime/dynarmic.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 "discord-rpc"] | [submodule "discord-rpc"] | ||||||
|     path = externals/discord-rpc | 	path = externals/discord-rpc | ||||||
|     url = https://github.com/yuzu-emu/discord-rpc.git | 	url = https://github.com/yuzu-emu/discord-rpc.git | ||||||
| [submodule "Vulkan-Headers"] | [submodule "Vulkan-Headers"] | ||||||
|     path = externals/Vulkan-Headers | 	path = externals/Vulkan-Headers | ||||||
|     url = https://github.com/KhronosGroup/Vulkan-Headers.git | 	url = https://github.com/KhronosGroup/Vulkan-Headers.git | ||||||
| [submodule "sirit"] | [submodule "sirit"] | ||||||
|     path = externals/sirit | 	path = externals/sirit | ||||||
|     url = https://github.com/yuzu-emu/sirit | 	url = https://github.com/yuzu-emu/sirit.git | ||||||
| [submodule "mbedtls"] | [submodule "mbedtls"] | ||||||
|     path = externals/mbedtls | 	path = externals/mbedtls | ||||||
|     url = https://github.com/yuzu-emu/mbedtls | 	url = https://github.com/yuzu-emu/mbedtls.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 "opus"] | [submodule "opus"] | ||||||
| 	path = externals/opus/opus | 	path = externals/opus/opus | ||||||
| 	url = https://github.com/xiph/opus.git | 	url = https://github.com/xiph/opus.git | ||||||
| @@ -45,16 +45,16 @@ | |||||||
| 	url = https://github.com/FFmpeg/FFmpeg.git | 	url = https://github.com/FFmpeg/FFmpeg.git | ||||||
| [submodule "vcpkg"] | [submodule "vcpkg"] | ||||||
| 	path = externals/vcpkg | 	path = externals/vcpkg | ||||||
| 	url = https://github.com/Microsoft/vcpkg.git | 	url = https://github.com/microsoft/vcpkg.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 "libadrenotools"] | [submodule "libadrenotools"] | ||||||
| 	path = externals/libadrenotools | 	path = externals/libadrenotools | ||||||
| 	url = https://github.com/bylaws/libadrenotools | 	url = https://github.com/bylaws/libadrenotools.git | ||||||
| [submodule "tzdb_to_nx"] | [submodule "tzdb_to_nx"] | ||||||
| 	path = externals/nx_tzdb/tzdb_to_nx | 	path = externals/nx_tzdb/tzdb_to_nx | ||||||
| 	url = https://github.com/lat9nq/tzdb_to_nx.git | 	url = https://github.com/lat9nq/tzdb_to_nx.git | ||||||
| [submodule "VulkanMemoryAllocator"] | [submodule "VulkanMemoryAllocator"] | ||||||
| 	path = externals/vma/VulkanMemoryAllocator | 	path = externals/vma/VulkanMemoryAllocator | ||||||
| 	url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator | 	url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 liamwhite
					liamwhite