1
0
Fork 0
mirror of synced 2024-06-13 16:05:06 +12:00
budibase/.prettierrc

7 lines
127 B
Plaintext
Raw Normal View History

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