mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
chore: add auto format setting
This commit is contained in:
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@@ -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-color': theme.colors.tooltipColor,
|
||||||
'--affine-tooltip-background': theme.colors.tooltipBackground,
|
'--affine-tooltip-background': theme.colors.tooltipBackground,
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user