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