Skip to content

Commit

Permalink
Use single quotes in YAML files
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerbxyz committed May 10, 2024
1 parent b6dcc41 commit 4df3e3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .prettierrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ overrides:
- files: "*.json"
options:
trailingComma: 'all'
- files: "*.y{a,}ml"
options:
singleQuote: true

0 comments on commit 4df3e3f

Please sign in to comment.