Skip to content

Commit

Permalink
configure prettier config for yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Nov 18, 2023
1 parent 60c6a8a commit e3237c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.yml]
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[*.json]
insert_final_newline = false

Expand Down

0 comments on commit e3237c4

Please sign in to comment.