feature/sidebar #8
@@ -24,12 +24,10 @@
|
||||
"trailingCommas": "onlyMultiLine",
|
||||
"arrowFunction.useParentheses": "preferNone",
|
||||
|
||||
// Import sorting configuration
|
||||
"module.sortImportDeclarations": "caseSensitive",
|
||||
"module.sortExportDeclarations": "caseSensitive",
|
||||
"importDeclaration.sortNamedImports": "caseSensitive",
|
||||
|
||||
// Additional import formatting options
|
||||
"importDeclaration.forceMultiLine": "whenMultiple",
|
||||
"importDeclaration.forceSingleLine": false,
|
||||
"exportDeclaration.forceMultiLine": "whenMultiple",
|
||||
@@ -50,7 +48,6 @@
|
||||
"scriptIndent": false,
|
||||
"styleIndent": false,
|
||||
|
||||
// Svelte-specific formatting
|
||||
"vBindStyle": "short",
|
||||
"vOnStyle": "short",
|
||||
"formatComments": true
|
||||
|
||||
Reference in New Issue
Block a user