From bfcb8f1b371eaafc0f82baf62a6d64f69489f551 Mon Sep 17 00:00:00 2001 From: yuhan6665 <1588741+yuhan6665@users.noreply.github.com> Date: Wed, 24 Dec 2025 21:06:33 -0500 Subject: [PATCH] Recommend using Prettier for formatting changes Updated the note to recommend using Prettier for formatting. --- CODE_OF_CONDUCT.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 956b9b76..1bdd8d2b 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -25,7 +25,8 @@ Project X 的文档托管在 [GitHub](https://github.com/XTLS/Xray-docs-next) 4. 在新分支上做修改。 - 注:推荐 [中文文案排版指北](https://github.com/sparanoid/chinese-copywriting-guidelines) + 注:推荐使用自动格式 [prettier](https://prettier.io/docs/install) + 以及 [中文文案排版指北](https://github.com/sparanoid/chinese-copywriting-guidelines) 5. 修改完成后,VSCode 插件会自动格式化您的更改,本仓库已经预先配置好了所有 VSCode 所需插件您只要根据 VSCode 提示一键安装即可。