Skip to content

Instantly share code, notes, and snippets.

@AkashRajvanshi
Created September 20, 2019 18:59
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 AkashRajvanshi/fd4e3b456ffa7ea5b8626d45f9dcd7f6 to your computer and use it in GitHub Desktop.
Save AkashRajvanshi/fd4e3b456ffa7ea5b8626d45f9dcd7f6 to your computer and use it in GitHub Desktop.
Settings JSON Part 3
"files.trimTrailingWhitespace": true,
"files.autoSave": "onFocusChange",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/node_modules": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/.next": true
},
"files.hotExit": "onExitAndWindowClose",
"files.insertFinalNewline": true,
"files.defaultLanguage": "javascript",
"indentRainbow.includedLanguages": ["javascript",
"html", "css","python"],
"indentRainbow.colors": [
"rgba(16,16,16,0.1)",
"rgba(16,16,16,0.2)",
"rgba(16,16,16,0.3)",
"rgba(16,16,16,0.4)",
"rgba(16,16,16,0.5)",
"rgba(16,16,16,0.6)",
"rgba(16,16,16,0.7)",
"rgba(16,16,16,0.8)",
"rgba(16,16,16,0.9)",
"rgba(16,16,16,1.0)"
],
"breadcrumbs.enabled": true,
"css.validate": false,
"diffEditor.renderSideBySide": false,
"extensions.ignoreRecommendations": true,
"explorer.openEditors.visible": 0,
"explorer.confirmDragAndDrop": false,
"extensions.autoUpdate": true,
"emmet.syntaxProfiles": {
"javascript": "html"
},
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"explorer.sortOrder": "default",
"git.enableSmartCommit": true,
"git.autofetch": true,
"git.enableCommitSigning": true,
"git.ignoreMissingGitWarning": true,
"html.format.enable": true,
"html.format.preserveNewLines": true,
"html.format.wrapLineLength": 0,
"javascript.updateImportsOnFileMove.enabled": "always",
"less.validate": false,
"npm.enableScriptExplorer": true,
"material-icon-theme.activeIconPack": "react",
"window.zoomLevel": 0,
"window.openFilesInNewWindow": "off",
"window.openFoldersInNewWindow": "off",
"window.restoreWindows": "all",
"window.title": "[[EMOJI]] ${activeEditorShort}${separator}${rootName} [[EMOJI]]",
"prettier.eslintIntegration": true,
"prettier.singleQuote": true,
"prettier.jsxBracketSameLine": false,
"prettier.bracketSpacing": true,
"prettier.tabWidth": 2,
"prettier.semi": false,
"scss.validate": false,
"search.location": "sidebar",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.forceDownload": false,
"sync.quietSync": false,
"sync.askGistName": false,
"sync.removeExtensions": false,
"sync.syncExtensions": true,
"terminal.integrated.shell.linux": "/bin/zsh",
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.shell.osx": "/bin/zsh",
"terminal.external.osxExec": "Hyper.app",
"terminal.integrated.copyOnSelection": true,
"typescript.validate.enable": false,
"javascript.validate.enable": false,
"editor.autoClosingQuotes": "always",
"workbench.editor.highlightModifiedTabs": true,
"debug.allowBreakpointsEverywhere": true,
"debug.inlineValues": true,
"better-comments.highlightPlainText": true,
"bracketPairColorizer.highlightActiveScope": true,
"docthis.includeAuthorTag": true,
"docthis.includeDateTag": true,
"docthis.includeDescriptionTag": true,
"html.format.indentInnerHtml": true,
"less.lint.boxModel": "warning",
"less.lint.duplicateProperties": "warning",
"material-icon-theme.showWelcomeMessage": false,
"vscode_custom_css.imports": ["file:///C:/Users/{{PC_USERNAME}}/AppData/Roaming/Code/User/.vscodestyles.css"],
"vscode_custom_css.policy": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment