Skip to content

Commit

Permalink
Integrate yamlfmt iteself (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed May 26, 2023
1 parent b0b3133 commit 50e3c81
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .yamlfmt
@@ -0,0 +1,7 @@
doublestar: true
include:
- './**/*.{yaml,yml}'
- '.yamlfmt'
formatter:
type: basic
retain_line_breaks: true
2 changes: 2 additions & 0 deletions scripts/format.bash
Expand Up @@ -4,3 +4,5 @@ shfmt --language-dialect bash --write \
./**/*

dprint fmt

yamlfmt
2 changes: 2 additions & 0 deletions scripts/lint.bash
Expand Up @@ -9,3 +9,5 @@ shfmt --language-dialect bash --diff \
./**/*

dprint check

yamlfmt -lint

0 comments on commit 50e3c81

Please sign in to comment.