Skip to content

Commit

Permalink
Update yaml sequence option in editorconfig (#21297)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroJr authored Oct 28, 2023
1 parent 1844ad2 commit d13d862
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d13d862

Please sign in to comment.