standardnotes-server/.prettierrc

6 lines
90 B
Text

{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"semi": false
}