mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
50 lines
1 KiB
Text
50 lines
1 KiB
Text
{
|
|
"formatter": {
|
|
"indentStyle": "space",
|
|
"lineWidth": 120,
|
|
"attributePosition": "auto"
|
|
},
|
|
"files": {
|
|
"maxSize": 1600000,
|
|
"ignore": [
|
|
"**/builtin/*.cdix/**",
|
|
"**/coverage/**",
|
|
"**/dist/**",
|
|
"**/output/**",
|
|
"**/packages/ui/.svelte-kit/**",
|
|
"**/exposedIn*.d.ts",
|
|
"website/.docusaurus/**",
|
|
"website/api/**",
|
|
"website/build/**",
|
|
"website/src/pages/storybook/sidebar.cjs",
|
|
"website/static/release-notes/**",
|
|
"website-argos/screenshots/**",
|
|
"storybook/.storybook/themes.css",
|
|
"storybook/storybook-static/**"
|
|
]
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"arrowParentheses": "asNeeded",
|
|
"bracketSameLine": true,
|
|
"attributePosition": "auto",
|
|
"quoteStyle": "single"
|
|
}
|
|
},
|
|
"json": {
|
|
"formatter": {
|
|
"indentWidth": 2
|
|
}
|
|
},
|
|
"css": {
|
|
"formatter": {
|
|
"quoteStyle": "single"
|
|
}
|
|
},
|
|
"linter": {
|
|
"enabled": true
|
|
},
|
|
"organizeImports": {
|
|
"enabled": false
|
|
}
|
|
}
|