Skip to content

Instantly share code, notes, and snippets.

@jotathebest
Created October 28, 2019 12:11
Show Gist options
  • Save jotathebest/1b20e7d18187f22901319ad9fd427d60 to your computer and use it in GitHub Desktop.
Save jotathebest/1b20e7d18187f22901319ad9fd427d60 to your computer and use it in GitHub Desktop.
VScode settings
{
"C_Cpp.clang_format_style": "{ BasedOnStyle: Google, ColumnLimit: 120}",
"editor.renderWhitespace": "all",
"window.zoomLevel": 1,
"editor.wordWrap": "wordWrapColumn",
"editor.wrappingIndent": "same",
"editor.wordWrapColumn": 120,
"C_Cpp.clang_format_fallbackStyle": "Google",
"C_Cpp.enhancedColorization": "Enabled",
"C_Cpp.default.intelliSenseMode": "gcc-x64",
"editor.cursorStyle": "line-thin",
"editor.smoothScrolling": true,
"editor.cursorBlinking": "smooth",
"files.insertFinalNewline": true,
"workbench.editor.highlightModifiedTabs": true,
"gitlens.hovers.currentLine.over": "line",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"workbench.colorTheme": "Gruvbox Dark (Hard)",
"editor.formatOnSave": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment