Advertisement
Guest User

Untitled

a guest
May 21st, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. {
  2. "workbench.iconTheme": "material-icon-theme",
  3. "editor.minimap.enabled": false,
  4. "C_Cpp.clang_format_style": "{UseTab: Never, IndentWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: true, IndentCaseLabels: false, ColumnLimit: 0, AllowShortCaseLabelsOnASingleLine: true, AllowShortLoopsOnASingleLine: true}",
  5. "C_Cpp.loggingLevel": "Debug",
  6. "window.zoomLevel": -1,
  7. "editor.formatOnType": true,
  8. "C_Cpp.clang_format_sortIncludes": true,
  9. "workbench.colorTheme": "Dracula",
  10. "git.autofetch": true,
  11. "[cpp]": {
  12. "editor.defaultFormatter": "ms-vscode.cpptools"
  13. },
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement