Skip to content

Commit

Permalink
fix ident in editor config for yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Dec 8, 2023
1 parent 4aed5fc commit 9a5b55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ indent_size = 4
# YAML
[*.yml]
indent_style = space
indent_size = 4
indent_size = 2

# JSON
[*.json]
Expand Down

0 comments on commit 9a5b55a

Please sign in to comment.