feat: template updates
This commit is contained in:
parent
2be7ec6836
commit
8093e8dc4b
11 changed files with 140 additions and 8 deletions
|
|
@ -13,4 +13,17 @@ export default defineConfig({
|
|||
bracketSameLine: false,
|
||||
bracketSpacing: true,
|
||||
ignorePatterns: ["**/*.gen.ts"],
|
||||
});
|
||||
overrides: [
|
||||
{
|
||||
files: [
|
||||
"*.page.ts",
|
||||
"*.css.ts",
|
||||
"*.html.ts",
|
||||
],
|
||||
options: {
|
||||
printWidth: 60,
|
||||
},
|
||||
},
|
||||
],
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue