mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 09:37:22 +00:00
* fix: use prettier for checking markdown Since biome doesn't handle markdown yet, only svelte and code. Restore the previous config, but skip "prettier-plugin-svelte". Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
7 lines
127 B
Text
7 lines
127 B
Text
{
|
|
"bracketSameLine": true,
|
|
"singleQuote": true,
|
|
"arrowParens": "avoid",
|
|
"printWidth": 120,
|
|
"trailingComma": "all",
|
|
}
|