typo improvement (#1450)

"// use ⌘-K S to format without saving": It might be clearer to say "// use ⌘-K S (or Ctrl-K S) to format without saving", to ensure users who aren't using macOS can also understand the keyboard shortcut.
This commit is contained in:
favour
2024-12-21 11:20:16 +01:00
committed by GitHub
parent 03b3fc596b
commit b68c57a009

View File

@@ -1,7 +1,7 @@
{
// Prettier
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true, // use ⌘-K S to format without saving
"editor.formatOnSave": true, // use ⌘-K S (or Ctrl-K S) to format without saving
// Disable built-in formatters
"html.format.enable": false,