-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
02d5ecf
commit 9e5ea6d
Showing
2 changed files
with
17 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# yaml-language-server: $schema=https://json.schemastore.org/prettierrc.json | ||
# explicitly setting schema required, since using non-standard filename | ||
#─────────────────────────────────────────────────────────────────────────────── | ||
# DOCS https://prettier.io/docs/en/options.html | ||
#─────────────────────────────────────────────────────────────────────────────── | ||
|
||
# INFO | ||
# printWidth (max-line-length) overrides .editorconfig, | ||
# (not using .editorconfig to set it since it sets vim's textwidth, which I | ||
# prefer to be 80 for formatoptions) | ||
printWidth: 105 | ||
quoteProps: consistent | ||
|
||
overrides: | ||
- files: ["*.yml", "*.yaml"] | ||
options: { printWidth: 120 } |
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