pinmenote-extension/.prettierrc.json

8 lines
113 B
JSON

{
"singleQuote": true,
"trailingComma": "none",
"endOfLine": "auto",
"semi": true,
"printWidth": 120
}