diff --git a/.gitmodules b/.gitmodules index 43c9f82..cd2cc48 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,3 +15,7 @@ path = dot-profile.d url = https://github.com/brlin-tw/dot-profile.d.git ignore = dirty +[submodule "EditorConfig"] + path = EditorConfig + url = https://gitlab.com/libre-knowledge/editorconfig.git + ignore = dirty diff --git a/EditorConfig b/EditorConfig new file mode 160000 index 0000000..19f6fce --- /dev/null +++ b/EditorConfig @@ -0,0 +1 @@ +Subproject commit 19f6fcec9ec240b96ab9a702e03347a3697b19c0 diff --git a/README.md b/README.md index 11bbb24..a302232 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ * [.bashrc.d](https://github.com/brlin-tw/dot-bashrc.d) 分散式的使用者 bash 初始化命令(run commands)設定檔管理解決方案 -* [EditorConfig](https://editorconfig.org/) +* [EditorConfig](https://gitlab.com/libre-knowledge/editorconfig) 自動配置一致的純文字文件編輯器設定 * [.profile.d](https://github.com/brlin-tw/dot-profile.d) 分散式的使用者設定檔(user profile)管理解決方案