From 70da4712cba1e85a170123114dfe851b09e305c9 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Wed, 14 Aug 2024 11:00:50 -0400 Subject: [PATCH] Sort `.gitmodules` --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index fa19288726..854dec1e05 100644 --- a/.gitmodules +++ b/.gitmodules @@ -694,14 +694,14 @@ path = extensions/poimandres url = https://github.com/mshaugh/poimandres.zed.git -[submodule "extensions/powershell"] - path = extensions/powershell - url = https://github.com/wingyplus/zed-powershell.git - [submodule "extensions/polar-theme"] path = extensions/polar-theme url = https://github.com/biaqat/polar-theme-zed.git +[submodule "extensions/powershell"] + path = extensions/powershell + url = https://github.com/wingyplus/zed-powershell.git + [submodule "extensions/python-refactoring"] path = extensions/python-refactoring url = https://github.com/rowillia/zed-python-refactoring.git