Skip to content

Latest commit

 

History

History
executable file
·
15 lines (15 loc) · 557 Bytes

vscode-settings.md

File metadata and controls

executable file
·
15 lines (15 loc) · 557 Bytes
{
    "editor.renderWhitespace": true,
    "editor.tabSize":4,
    "editor.folding": true,
    "diffEditor.ignoreTrimWhitespace": true,
    "files.trimTrailingWhitespace": true,
    "editor.insertSpaces": true,
    "update.channel": "none",
    "vsicons.dontShowNewVersionMessage": true,
    "spell.StopAsking": true
}
  • vscode相同内容多选,同时修改: 先选中所要修改的内容,然后按 ctrl + alt + l,接着进行修改,修改完后保存,再次按ctrl + alt + l释放操作
  • 多行成一行:选中全部-> ctrl+alt+j