-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: format JSON, Markdown and YAML files with Prettier
- Loading branch information
1 parent
f5d5156
commit a3b7912
Showing
4 changed files
with
52 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# -*- mode: yaml -*- | ||
# vim:ts=2:sw=2:ai:si:syntax=yaml | ||
# | ||
# Prettier configuration options: | ||
# https://prettier.io/docs/en/options.html | ||
--- | ||
printWidth: 80 | ||
tabWidth: 2 | ||
semi: true | ||
singleQuote: false | ||
useTabs: false | ||
trailingComma: none | ||
endOfLine: lf | ||
proseWrap: preserve |
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,14 @@ | ||
# -*- mode: yaml -*- | ||
# vim:ts=2:sw=2:ai:si:syntax=yaml | ||
# | ||
# Prettier configuration options: | ||
# https://prettier.io/docs/en/options.html | ||
--- | ||
printWidth: 80 | ||
tabWidth: 4 | ||
semi: true | ||
singleQuote: false | ||
useTabs: false | ||
trailingComma: none | ||
endOfLine: lf | ||
proseWrap: always |