1
0
Fork 0
mirror of synced 2024-08-22 13:31:37 +12:00
budibase/.prettierrc

8 lines
173 B
Text
Raw Normal View History

2020-02-01 03:23:16 +13:00
{
"tabWidth": 2,
2020-02-11 05:58:20 +13:00
"semi": true,
2020-02-01 03:23:16 +13:00
"singleQuote": false,
"trailingComma": "es5",
2020-02-03 22:50:30 +13:00
"plugins": ["prettier-plugin-svelte"],
"svelteSortOrder" : "scripts-markup-styles"
2020-02-01 03:23:16 +13:00
}