appwrite-template/.prettierrc

9 lines
148 B
Plaintext
Raw Normal View History

2022-12-18 14:17:16 +00:00
{
"semi": false,
"trailingComma": "all",
"proseWrap": "preserve",
"printWidth": 180,
"useTabs": true,
"singleQuote": true
}