From e811e64ce376177e992052cf1cd2d094873af645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Wed, 16 Oct 2024 04:29:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=20EditorConfig=20C?= =?UTF-8?q?=20Core=20=E8=A7=A3=E6=B1=BA=E6=96=B9=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 林博仁(Buo-ren Lin) --- .gitmodules | 6 ++++++ EditorConfig C Core | 1 + README.md | 2 ++ 3 files changed, 9 insertions(+) create mode 160000 EditorConfig C Core diff --git a/.gitmodules b/.gitmodules index 8bcb1db..76c3ac8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,6 +7,12 @@ # # Copyright 2024 林博仁(Buo-ren Lin) # SPDX-License-Identifier: CC-BY-SA-4.0 +[submodule "EditorConfig C Core"] + path = EditorConfig C Core + url = https://github.com/editorconfig/editorconfig-core-c.git + ignore = dirty + shallow = true + fetchRecurseSubmodules = false [submodule "The common EditorConfig template"] path = The common EditorConfig template url = https://gitlab.com/the-common/editorconfig-template.git diff --git a/EditorConfig C Core b/EditorConfig C Core new file mode 160000 index 0000000..e082c94 --- /dev/null +++ b/EditorConfig C Core @@ -0,0 +1 @@ +Subproject commit e082c947e7f7b14240195d55c060a6e1eda1b0a1 diff --git a/README.md b/README.md index 7cf0b6d..14c05fe 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ 以下列舉本主題相關的解決方案: +* [EditorConfig C Core](https://github.com/editorconfig/editorconfig-core-c) + EditorConfig 的 C 語言核心程式庫 * [The common EditorConfig template](https://gitlab.com/the-common/editorconfig-template) A simple EditorConfig template to reuse.