mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-05 03:19:52 +08:00
chore: add auto format setting
This commit is contained in:
Vendored
+4
-1
@@ -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