From: Daan De Meyer Date: Wed, 18 Oct 2023 13:17:36 +0000 (+0200) Subject: Add yaml to editorconfig X-Git-Tag: v19~68^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6e2dc139c5e5cfdd79b9936c360b7d90d40dc85;p=thirdparty%2Fmkosi.git Add yaml to editorconfig yaml is usually indented with 2 spaces. --- diff --git a/.editorconfig b/.editorconfig index 911234fa4..4c7a5f214 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,6 @@ trim_trailing_whitespace = true charset = utf-8 indent_style = space indent_size = 4 + +[*.yaml,*.yml] +indent_size = 2