Skip to content

Commit

Permalink
Prefer single quotes to double quotes in YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Mar 1, 2021
1 parent 994b44c commit 30a0948
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ trim_trailing_whitespace = true
[*.{json,yml,md}]
indent_size = 2

[*.yml]
quote_type = single

[*.sh]
binary_next_line = true
switch_case_indent = true
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ updates:
schedule:
interval: daily
commit-message:
prefix: ""
prefix: ''
labels: []
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
commit-message:
prefix: ""
prefix: ''
labels: []
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- master
- staging
schedule:
- cron: "0 1 * * *"
- cron: '0 1 * * *'

env:
CARGO_INCREMENTAL: 0
Expand Down

0 comments on commit 30a0948

Please sign in to comment.