Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
Update .editorconfig to indent yml files with 2 spaces instead of 4.
This was already the case for some of the workflows & hopefully this'll
promote a bit more consistency in future changes.
  • Loading branch information
MythicManiac committed Feb 15, 2024
1 parent a1d7120 commit 076d583
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[{*.yml,*.yaml}]
indent_size = 2

0 comments on commit 076d583

Please sign in to comment.