From bc57602b1847aff858073d32ecd91ba4b74d871b Mon Sep 17 00:00:00 2001 From: Sasakura-ayato Date: Sun, 25 Dec 2022 18:02:55 +0900 Subject: [PATCH 1/2] 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 を導入し、既存のインデントなどのルールに沿って、ドキュメントを編集してください。 + # 各種操作 From 42597492a5840cbfe1bd1fa6216d95d210994412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=90=E6=A1=9C=20=E5=BD=A9=E6=96=97?= <58127312+Sasakura-ayato@users.noreply.github.com> Date: Sun, 25 Dec 2022 19:52:05 +0900 Subject: [PATCH 2/2] Apply commit suggestion Co-authored-by: Takumi Sueda --- collections/_meta/how-to-edit-wiki.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collections/_meta/how-to-edit-wiki.md b/collections/_meta/how-to-edit-wiki.md index 63e5eb3..5673de8 100644 --- a/collections/_meta/how-to-edit-wiki.md +++ b/collections/_meta/how-to-edit-wiki.md @@ -88,9 +88,9 @@ markdownlint を動かして、正常に lint されるか試します。 $ npm run mdlint ``` -さらに、Brain Hackers Wiki では、[EditorConfig](https://editorconfig.org) を利用しています。 +当 Wiki では、[EditorConfig](https://editorconfig.org) を導入しています。 -該当するファイル (HTML) を編集する場合は、EditorConfig を導入し、既存のインデントなどのルールに沿って、ドキュメントを編集してください。 +お使いのエディタにEditorConfig を導入し、既存のインデントに沿ってドキュメントを編集してください。 # 各種操作