From 565087aa764e59d5471a86b5a7ab94eb8d6510ce Mon Sep 17 00:00:00 2001 From: Hiroki Noda Date: Mon, 6 May 2024 17:41:01 +0900 Subject: [PATCH] [ci skip]: use indent style for yaml --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 907dec5..96fa7b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,3 +19,7 @@ dfmt_space_after_keywords = true dfmt_selective_import_space = true dfmt_compact_labeled_statements = true dfmt_template_constraint_style = conditional_newline_indent + +[*.yml] +indent_style = space +indent_size = 2