Update yaml sequence option in editorconfig (#21297)

This commit is contained in:
Leon Friedrich 2023-10-28 14:28:57 +11:00 committed by Debug
parent b4f0320ba1
commit 1d23ee99db
1 changed files with 4 additions and 1 deletions

View File

@ -338,5 +338,8 @@ dotnet_naming_symbols.type_parameters_symbols.applicable_kinds = type_parameter
resharper_braces_for_ifelse = required_for_multiline
resharper_keep_existing_attribute_arrangement = true
[*.{csproj,xml,yml,dll.config,msbuildproj,targets}]
[*.{csproj,xml,yml,yaml,dll.config,msbuildproj,targets}]
indent_size = 2
[{*.yaml,*.yml}]
ij_yaml_indent_sequence_value = false