added prettier.singleQuote=false setting (see issue foambubble/foam#94)

this way avoid prettier interfering with defiinition generation
This commit is contained in:
Riccardo Ferretti 2021-01-06 22:59:15 +01:00
parent cb52fbef67
commit 991970ff2c

View file

@ -1,4 +1,5 @@
{
"prettier.singleQuote": false,
"editor.minimap.enabled": false,
"editor.wrappingIndent": "indent",
"editor.overviewRulerBorder": false,