Skip to content

Commit

Permalink
Set indent size for all yaml files to 2 (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
tidal authored Jun 30, 2022
1 parent 79ff159 commit 409dd52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

[docker-compose.*.yaml]
[*.yaml]
indent_size = 2
[*.yml]
indent_size = 2

[Makefile]
Expand Down

0 comments on commit 409dd52

Please sign in to comment.