budibase/.prettierrc

7 lines
127 B
Plaintext
Raw Normal View History

2020-01-31 15:23:16 +01:00
{
"tabWidth": 2,
"semi": false,
"singleQuote": false,
"trailingComma": "es5",
"plugins": ["prettier-plugin-svelte"]
}