From 5f230eec8e50bbc5f84687ed7715927245019cdc Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 23 Jul 2025 12:50:24 +0200 Subject: [PATCH] Cleanup: Use tabs for indentation in ,gitmodules Makes indentation style consistent in the git modules configuration. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 5a5afc1723f..d111ca2c4ed 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,7 +19,7 @@ url = https://projects.blender.org/blender/lib-windows_x64.git branch = main [submodule "lib/windows_arm64"] - update = none + update = none path = lib/windows_arm64 url = https://projects.blender.org/blender/lib-windows_arm64.git branch = main