Skip to content

Commit

Permalink
Use spaces for indentation in YML files
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeeCoder1 committed Nov 17, 2024
1 parent e2b576d commit b59ac1c
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 @@ -9,3 +9,7 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.yml]
indent_style = space
indent_size = 2

0 comments on commit b59ac1c

Please sign in to comment.