From bc57602b1847aff858073d32ecd91ba4b74d871b Mon Sep 17 00:00:00 2001 From: Sasakura-ayato Date: Sun, 25 Dec 2022 18:02:55 +0900 Subject: [PATCH] Write about EditorConfig --- collections/_meta/how-to-edit-wiki.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/collections/_meta/how-to-edit-wiki.md b/collections/_meta/how-to-edit-wiki.md index 9f88177..63e5eb3 100644 --- a/collections/_meta/how-to-edit-wiki.md +++ b/collections/_meta/how-to-edit-wiki.md @@ -88,6 +88,10 @@ markdownlint を動かして、正常に lint されるか試します。 $ npm run mdlint ``` +さらに、Brain Hackers Wiki では、[EditorConfig](https://editorconfig.org) を利用しています。 + +該当するファイル (HTML) を編集する場合は、EditorConfig を導入し、既存のインデントなどのルールに沿って、ドキュメントを編集してください。 + # 各種操作