in my case I need the config Prettier looks like when I do default "Format document" in VSCode. But I can't find the configuration. Thanks for helping
How to setup .prettierrc with the same default format document config of Visual Studio Code (VSCode)
Asked
Active
Viewed 157 times
0
-
By default it is `semi` true, `singleQuote` true, `printWidth` 120. – brc-dd May 31 '22 at 09:50
-
thanks, but when I do the formatting there is still some difference – dev Ina May 31 '22 at 10:03
-
They also have a property `"editor.insertSpaces": false`, I'm not sure if it has a Prettier equivalent. – brc-dd May 31 '22 at 10:05