Skip to content

Commit

Permalink
chore: format values.yaml with yamlfmt
Browse files Browse the repository at this point in the history
Add yamlfmt config to root
Recommend yamlfmt vscode extension
  • Loading branch information
corneliusroemer committed Jun 10, 2024
1 parent 4a6ebcb commit 158de0e
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 243 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
!.idea/runConfigurations
*.iml
.vscode/*
!.vscode/extensions.json
.venv

# build output
Expand Down
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["bluebrown.yamlfmt"]
}
4 changes: 4 additions & 0 deletions .yamlfmt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# See https://github.com/google/yamlfmt
formatter:
type: basic
drop_merge_tag: true
Loading

0 comments on commit 158de0e

Please sign in to comment.