From 0d62267cebf8c76ab4bc23b05b0477e0c96fffff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Mon, 1 Aug 2022 00:03:05 +0200 Subject: [PATCH] Extend editorconfig rules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- .codespellignore | 2 +- .editorconfig | 8 ++++++++ .github/dco.yml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.codespellignore b/.codespellignore index 60e61ec6..f9960803 100644 --- a/.codespellignore +++ b/.codespellignore @@ -1,2 +1,2 @@ ede -EDE \ No newline at end of file +EDE diff --git a/.editorconfig b/.editorconfig index a53bf58c..bd0a94bd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -23,6 +23,14 @@ indent_size = 2 indent_style = space indent_size = 2 +[.yamllint.conf] +indent_style = space +indent_size = 2 + [*.yml] indent_style = space indent_size = 2 + +[*.md] +indent_style = space +indent_size = 2 diff --git a/.github/dco.yml b/.github/dco.yml index 37e411e1..0c4b142e 100644 --- a/.github/dco.yml +++ b/.github/dco.yml @@ -1,2 +1,2 @@ require: - members: false \ No newline at end of file + members: false