diff options
Diffstat (limited to 'testing/xpcshell/node-ws/.prettierrc.yaml')
-rw-r--r-- | testing/xpcshell/node-ws/.prettierrc.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/xpcshell/node-ws/.prettierrc.yaml b/testing/xpcshell/node-ws/.prettierrc.yaml new file mode 100644 index 0000000000..fe2f506e34 --- /dev/null +++ b/testing/xpcshell/node-ws/.prettierrc.yaml @@ -0,0 +1,5 @@ +arrowParens: always +endOfLine: lf +proseWrap: always +singleQuote: true +trailingComma: none |