Files
standardnotes-app-web/packages/web/.prettierrc.json
2023-08-25 21:27:02 +05:30

8 lines
136 B
JSON

{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"semi": false,
"plugins": ["prettier-plugin-tailwindcss"]
}