-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 💌 Description <!-- Add a more detailed description of the changes if needed. --> ## 🔗 Related issue <!-- If your PR refers to a related issue, link it here. --> Close: # ## 🔄️ Type of change <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> - [ ] 📝 Examples, docs, tutorials - [ ] 🐛 Bug fix (non-breaking change which fixes an issue) - [x] 🥂 Improvement (non-breaking change which improves an existing feature) - [ ] ✨ New feature (non-breaking change which adds functionality) - [ ] 💥 Breaking change (fix or feature that would cause existing functionality to change) - [ ] 🔒 Security fix - [x] ⬆️ Dependencies update ## ✔️ Checklist <!-- Mark with an `x` all the checkboxes (like `[x]`) --> - [x] I've read the [`Code of Conduct`](../blob/main/.github/CODE_OF_CONDUCT.md) document. - [x] I've read the [`Contributing`](../blob/main/.github/CONTRIBUTING.md) guide.
- Loading branch information
1 parent
71f2ef8
commit f9b5662
Showing
26 changed files
with
1,450 additions
and
499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# yaml-language-server: $schema=https://json.schemastore.org/prettierrc | ||
--- | ||
printWidth: 180 | ||
printWidth: 120 | ||
tabWidth: 2 | ||
endOfLine: lf | ||
useTabs: false | ||
semi: false | ||
singleQuote: true | ||
trailingComma: none | ||
bracketSpacing: false | ||
bracketSpacing: true | ||
arrowParens: avoid | ||
endOfLine: lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.