Skip to content

Commit 319605d

Browse files
committed
Add prettier config file.
1 parent 7503a5a commit 319605d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.prettierrc.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# For a list of available options see https://prettier.io/docs/en/options.html
2+
3+
# Options not set in this file should have defaults that already match Google's
4+
# style from: # https://github.com/google/ts-style
5+
6+
# Note that prettier reads indentation size and type (tabs/spaces) from
7+
# editorconfig if it finds an editorconfig file, so these settings should only
8+
# be set on the editorconfig file to preserve consistency. See also:
9+
# https://github.com/prettier/prettier/issues/42#issuecomment-327073326
10+
11+
singleQuote: true

0 commit comments

Comments
 (0)