Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
{
    "editor.renderWhitespace": "boundary",
    "editor.cursorStyle": "block",
    "editor.fontSize": 14,
    "editor.formatOnSave": true,
    "workbench.iconTheme": "vscode-icons",
    "workbench.colorTheme": "Default High Contrast",
    "gitlens.currentLine.enabled": false,
    "gitlens.blame.highlight.enabled": true,
    "gitlens.blame.highlight.locations": [
        "gutter",
        "overview"
    ],
    "gitlens.codeLens.recentChange.enabled": true,
    "gitlens.recentChanges.highlight.locations": [
        "gutter",
        "overview"
    ],
    "gitlens.historyExplorer.enabled": true,
    "gitProjectManager.baseProjectsFolders": [
        "/Users/leif/apache/trafficservers"
    ],
    "gitlens.advanced.messages": {
        "suppressShowKeyBindingsNotice": true
    },
    "terminal.integrated.fontSize": 14,
    "reflow.preferredLineLength": 100,
    "window.zoomLevel": 0,
    "clang.executable": "/usr/bin/clang",
    "C_Cpp.clang_format_path": "/usr/local/bin/clang-format",
    "C_Cpp.clang_format_fallbackStyle": "Mozilla",
    "C_Cpp.intelliSenseEngineFallback": "Enabled",
    "C_Cpp.intelliSenseEngine": "Default",
    "C_Cpp.navigation.length": 80,
    "[makefile]": {
        "editor.tabSize": 8,
        "editor.insertSpaces": false
    },
    "workbench.activityBar.visible": true,
    "editor.minimap.enabled": true,
    "shellformat.flag": "-i 4 -p",
    "shellformat.runOnSave": true,
    "sync.gist": "971668fef56391dd8fe3903fcc793260",
    "sync.quietSync": false,
    "sync.removeExtensions": true,
    "sync.syncExtensions": true,
    "sync.autoDownload": false,
    "sync.autoUpload": true,
    "sync.lastUpload": "2018-06-07T13:01:58.308Z",
    "sync.lastDownload": "",
    "sync.forceDownload": false,
    "sync.host": "",
    "sync.pathPrefix": "",
    "sync.askGistName": false,
    "files.autoSave": "afterDelay",
    "files.exclude": {
        "**/.git": true,
        "**/.svn": true,
        "**/.hg": true,
        "**/.DS_Store": true,
        "**/*.o": true,
        "**/*.a": true,
        "**/*.so": true,
        "**/.deps": true,
        "**/.libs": true,
        "**/.dirstamp": true,
    },
    "projectManager.groupList": false
}

...