mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-30 01:17:37 +03:00
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
|
{
|
||
|
"useTabs": true,
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "none",
|
||
|
"printWidth": 100,
|
||
|
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
|
||
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
||
|
}
|