Skip to content

Instantly share code, notes, and snippets.

@sagar-gavhane
Last active May 23, 2018 09:20
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 sagar-gavhane/61bf249d2e6915c18faf5f0c9a132c82 to your computer and use it in GitHub Desktop.
Save sagar-gavhane/61bf249d2e6915c18faf5f0c9a132c82 to your computer and use it in GitHub Desktop.
{
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.tabSize": 4,
"editor.dragAndDrop": false,
"editor.emptySelectionClipboard": false,
"editor.folding": false, // it might be useful
"editor.lightbulb.enabled": false,
"editor.mouseWheelZoom": true,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"editor.quickSuggestionsDelay": 5,
"editor.rulers": [
80, 120
],
"editor.smoothScrolling": true,
"editor.tabCompletion": true,
"files.autoSaveDelay": 2000,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"search.smartCase": true,
"php.validate.executablePath": "C:\\xampp\\php\\php.exe",
"telemetry.enableTelemetry": false,
"php-docblocker.useShortNames": true,
"editor.minimap.enabled": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.selectionClipboard": false,
"editor.snippetSuggestions": "top",
"editor.trimAutoWhitespace": true,
"emmet.includeLanguages": {
"javascript": "html"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"git.enableSmartCommit": true,
"liveServer.settings.donotShowInfoMsg": true,
"material-icon-theme.showWelcomeMessage": false,
"prettier.singleQuote": true,
"prettier.tabWidth": 4,
"prettier.trailingComma": "all",
"todohighlight.isCaseSensitive": true,
"todohighlight.isEnable": true,
"window.zoomLevel": 0,
"workbench.iconTheme": "vscode-great-icons",
"workbench.startupEditor": "newUntitledFile"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment