Skip to content

Commit

Permalink
editorconfig: apply indent with 2 spaces for yml files
Browse files Browse the repository at this point in the history
This is the default for yml files for the github workflows.
  • Loading branch information
marckleinebudde committed Jun 4, 2024
1 parent 0d74072 commit 56c53d5
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 @@ -17,6 +17,10 @@ indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.yml]
indent_size = 2
indent_style = space

[lib/**]
indent_size = 2
indent_style = space

0 comments on commit 56c53d5

Please sign in to comment.