standardnotes-server/.prettierrc

7 lines
90 B
Text
Raw Permalink Normal View History

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