Fix YAML formatting (#426)

* Remove trailing whitespace in YAML formatting

* Reformat YAML files
This commit is contained in:
Astrashh 2023-11-10 11:47:12 +11:00 committed by GitHub
parent a117db40be
commit 4065cfea53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
41 changed files with 236 additions and 236 deletions

View File

@ -577,14 +577,14 @@ ij_properties_keep_blank_lines = false
ij_properties_key_value_delimiter = equals
ij_properties_spaces_around_key_value_delimiter = false
[{*.yaml, *.yml}]
[{*.yml, *.yaml}]
indent_size = 2
ij_visual_guides = none
ij_yaml_align_values_properties = do_not_align
ij_yaml_autoinsert_sequence_marker = true
ij_yaml_block_mapping_on_new_line = false
ij_yaml_indent_sequence_value = true
ij_yaml_keep_indents_on_empty_lines = true
ij_yaml_keep_indents_on_empty_lines = false
ij_yaml_keep_line_breaks = true
ij_yaml_sequence_on_new_line = false
ij_yaml_space_before_colon = false