We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7503a5a commit 319605dCopy full SHA for 319605d
.prettierrc.yml
@@ -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