Skip to content

Instantly share code, notes, and snippets.

@tiendq
Last active August 8, 2020 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiendq/e51868ea26403463ba48cb46b6db6ce8 to your computer and use it in GitHub Desktop.
Save tiendq/e51868ea26403463ba48cb46b6db6ce8 to your computer and use it in GitHub Desktop.
VSCode.settings.json
/*
Atom One Dark Theme
C/C++
CMake
Debugger for Chrome
DotENV
ESLint
Markdown All in One
vscode-icons
*/
{
"editor.fontSize": 14,
"editor.tabSize": 2,
"editor.minimap.enabled": false,
"workbench.startupEditor": "newUntitledFile",
"window.zoomLevel": 0.9,
"editor.highlightActiveIndentGuide": false,
"editor.renderIndentGuides": false,
"editor.renderLineHighlight": "all",
"workbench.colorTheme": "Atom One Dark",
"editor.fontFamily": "Monaco, 'Courier New', monospace",
"workbench.sideBar.location": "left",
"editor.foldingStrategy": "indentation",
"workbench.statusBar.feedback.visible": false,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true
}
@tiendq
Copy link
Author

tiendq commented Aug 8, 2020

{
    "workbench.colorTheme": "Atom One Dark",
    "workbench.iconTheme": "vscode-icons",
    "workbench.startupEditor": "newUntitledFile",
    "editor.fontSize": 14,
    "editor.fontFamily": "Monaco, 'Courier New', monospace",
    "editor.fontWeight": "normal",
    "editor.tabSize": 2,
    "editor.codeLens": false,
    "editor.minimap.enabled": false,
    "window.zoomLevel": 0.4,
    "vsicons.dontShowNewVersionMessage": true,
    "files.insertFinalNewline": true,
    "files.trimFinalNewlines": true,
    "files.trimTrailingWhitespace": true,
    "typescript.updateImportsOnFileMove.enabled": "always",
    "explorer.confirmDragAndDrop": false,
    "javascript.updateImportsOnFileMove.enabled": "always",
    "timeline.excludeSources": [
        "git-history"
    ],
    "python.showStartPage": false
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment