Skip to content

Commit

Permalink
Add style configuration of yaml files formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
xorcare committed Oct 11, 2024
1 parent ea09806 commit 4eb55f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ indent_style = tab

[{*.yaml,*.yml}]
indent_size = 2
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 = false
ij_yaml_keep_line_breaks = true
ij_yaml_sequence_on_new_line = false
ij_yaml_space_before_colon = false
ij_yaml_spaces_within_braces = false
ij_yaml_spaces_within_brackets = false

[Makefile]
indent_style = tab

0 comments on commit 4eb55f3

Please sign in to comment.