mirror of
https://github.com/placeholder-soft/web.git
synced 2026-01-12 08:44:22 +08:00
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:
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user