Skip to content

Instantly share code, notes, and snippets.

@nailton
Created March 12, 2019 01:41
Show Gist options
  • Save nailton/c8aa40519cbf4d2748290172c3e5af33 to your computer and use it in GitHub Desktop.
Save nailton/c8aa40519cbf4d2748290172c3e5af33 to your computer and use it in GitHub Desktop.
vsc
{
"editor.fontFamily": "Hasklig",
"files.autoSave": "onFocusChange",
"workbench.colorTheme": "Monokai",
"window.zoomLevel": 0,
"workbench.sideBar.location": "left",
"workbench.statusBar.feedback.visible": false,
"zenMode.hideStatusBar": false,
"workbench.statusBar.visible": false,
"explorer.openEditors.visible": 0,
"workbench.activityBar.visible": false,
"outline.icons": false,
"outline.problems.badges": false,
"outline.problems.colors": false,
"outline.problems.enabled": false,
"php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar",
"php-cs-fixer.lastDownload": 1552354314700,
"editor.acceptSuggestionOnEnter": "off",
"editor.quickSuggestionsDelay": 5,
"editor.autoIndent": true,
"window.closeWhenEmpty": false,
"files.encoding": "utf8",
"editor.detectIndentation": true,
"editor.renderIndentGuides": true,
"editor.renderWhitespace": "none",
"files.insertFinalNewline": true,
"editor.showFoldingControls": "mouseover",
"editor.find.seedSearchStringFromSelection": true,
"editor.fontSize": 13,
"files.hotExit": "off",
"editor.wrappingIndent": "same",
"editor.lineNumbers": "on",
"editor.matchBrackets": true,
"editor.selectionHighlight": true,
"window.openFilesInNewWindow": "on",
"window.restoreFullscreen": true,
"editor.scrollBeyondLastLine": true,
"editor.mouseWheelScrollSensitivity": 1,
"workbench.editor.tabCloseButton": "right",
"editor.tabCompletion": true,
"editor.tabSize": 2,
"editor.trimAutoWhitespace": true,
"files.trimTrailingWhitespace": true,
"editor.useTabStops": true,
"editor.wordSeparators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?",
"editor.wordWrap": "on",
"editor.formatOnPaste": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment