Skip to content

Commit

Permalink
yaml indent fine tuning (librenms#15189)
Browse files Browse the repository at this point in the history
  • Loading branch information
murrant committed Aug 4, 2023
1 parent 523e76d commit 5b409a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

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

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

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

0 comments on commit 5b409a3

Please sign in to comment.