mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-04 19:15:33 +08:00
chore: add auto format setting
This commit is contained in:
Vendored
+5
-2
@@ -1,3 +1,6 @@
|
||||
{
|
||||
"eslint.packageManager": "pnpm"
|
||||
}
|
||||
"eslint.packageManager": "pnpm",
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnSaveMode": "file"
|
||||
}
|
||||
|
||||
@@ -159,6 +159,5 @@ export const globalThemeVariables: (
|
||||
|
||||
'--affine-tooltip-color': theme.colors.tooltipColor,
|
||||
'--affine-tooltip-background': theme.colors.tooltipBackground,
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user