From d95fe9ab23f4ce19ed1a17b13f995aceefd14fd8 Mon Sep 17 00:00:00 2001 From: Pauline Date: Sat, 27 Apr 2024 19:59:05 -0400 Subject: ♻️ refactor(plugin): refactor cc -> org and update deps, intellij MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ea4d92e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "format"] + path = format + url = https://github.com/polyfrost/buildformat -- cgit