VSCode 整列config

{
    //"explorer.confirmDelete": false
    "workbench.settings.useSplitJSON": true,
    "editor.formatOnSave": true,
    "emmet.variables": {
        "lang": "ja"
    },
    "window.zoomLevel": 0,
    "editor.fontSize": 16,
    "editor.tabSize": 4,
    "editor.fontFamily": "HackGen",
    "editor.detectIndentation": false,
    "editor.insertSpaces": false,
    "html.format.extraLiners": "",
    "html.format.preserveNewLines": false,
    "editor.renderWhitespace": "boundary",
    "editor.quickSuggestions": {
        "strings": true
    },
    "editor.suggest.insertMode": "replace",
    "files.eol": "\n",
    "C_Cpp.clang_format_style": "{BasedOnStyle: Google, IndentWidth: 4, BreakBeforeBraces: Attach, TabWidth: 4, UseTab: ForIndentation, ColumnLimit: 200}",
    "explorer.confirmDelete": false,
    "editor.minimap.size": "fit",
    "files.autoSave": "onWindowChange",
    "scm.showChangesSummary": false,
    "editor.minimap.enabled": false,
    //"C_Cpp.clang_format_style": "{BasedOnStyle: Google, IndentWidth: 4, BreakBeforeBraces: Attach, TabWidth: 4, UseTab: ForIndentation}",
    //"{BasedOnStyle: Google, IndentWidth: 4}"
}
タイトルとURLをコピーしました