[ci skip]: use indent style for yaml

This commit is contained in:
Hiroki Noda 2024-05-06 17:41:01 +09:00 committed by Jan Jurzitza
parent fe8f7bd8bc
commit 565087aa76
1 changed files with 4 additions and 0 deletions

View File

@ -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