Last active
May 3, 2018 21:19
-
-
Save 0x414c/b8124e59a3582a5d61e087468c32e92c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"C_Cpp.intelliSenseEngine": "Tag Parser", | |
"editor.cursorBlinking": "phase", | |
"editor.cursorStyle": "block", | |
"editor.cursorWidth": 2, | |
"editor.emptySelectionClipboard": false, | |
"editor.find.autoFindInSelection": true, | |
"editor.fontFamily": "Iosevka, Consolas, 'Courier New', monospace", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 14, | |
"editor.fontWeight": "500", | |
"editor.mouseWheelZoom": true, | |
"editor.renderControlCharacters": true, | |
"editor.renderLineHighlight": "all", | |
"editor.renderWhitespace": "boundary", | |
"editor.rulers": [80, 100, 120], | |
"editor.showFoldingControls": "always", | |
"editor.smoothScrolling": true, | |
"editor.tabSize": 2, | |
"editor.wordWrap": "on", | |
"files.autoGuessEncoding": true, | |
"files.autoSave": "onFocusChange", | |
"files.hotExit": "onExitAndWindowClose", | |
"files.insertFinalNewline": true, | |
"files.trimTrailingWhitespace": true, | |
"telemetry.enableCrashReporter": true, | |
"telemetry.enableTelemetry": false, | |
"terminal.integrated.confirmOnExit": true, | |
"terminal.integrated.cursorBlinking": true, | |
"terminal.integrated.fontSize": 14, | |
"terminal.integrated.lineHeight": 1, | |
"window.restoreWindows": "all", | |
"window.zoomLevel": -0.199, | |
"workbench.colorTheme": "Gruvbox Dark (Hard)", | |
"workbench.editor.closeOnFileDelete": false, | |
"workbench.iconTheme": "vs-nomo-dark", | |
"npm.enableScriptExplorer": true, | |
"gitlens.keymap": "alternate", | |
"gitlens.advanced.messages": { | |
"suppressCommitHasNoPreviousCommitWarning": false, | |
"suppressCommitNotFoundWarning": false, | |
"suppressFileNotUnderSourceControlWarning": false, | |
"suppressGitVersionWarning": false, | |
"suppressLineUncommittedWarning": false, | |
"suppressNoRepositoryWarning": false, | |
"suppressResultsExplorerNotice": false, | |
"suppressShowKeyBindingsNotice": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment