Skip to content

Commit

Permalink
Make YAML format consistent with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Jan 14, 2024
1 parent 7844527 commit 4606139
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.yml]
indent_style = space
indent_size = 2

0 comments on commit 4606139

Please sign in to comment.