0

Im new using neovim and Coc-prettier. I would like to know how I can configure it so that single quotes are placed when formatting the document. Thanks.

romainl
  • 186,200
  • 21
  • 280
  • 313
Yeom
  • 13
  • 3

1 Answers1

0

In coc-settings.json you can set prettier with:

{
    "prettier.singleQuote":true
}
Yeom
  • 13
  • 3