Skip to content

Instantly share code, notes, and snippets.

@pongstr
Created July 10, 2020 08:29
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 pongstr/c31f4b9796a919da82819503ffb89756 to your computer and use it in GitHub Desktop.
Save pongstr/c31f4b9796a919da82819503ffb89756 to your computer and use it in GitHub Desktop.
{
"atomKeymap.promptV3Features": true,
"editor.tabSize": 2,
"editor.multiCursorModifier": "ctrlCmd",
"editor.fontFamily": "Consolas, Menlo, Monaco, 'Courier New', monospace",
"editor.tabCompletion": "onlySnippets",
"editor.lineHeight": 22,
"editor.scrollbar.verticalScrollbarSize": 5,
"editor.scrollbar.horizontalScrollbarSize": 5,
"editor.rulers": [
90
],
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"node_modules": true
},
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"window.zoomLevel": 0,
"workbench.colorTheme": "Atom One Dark",
"workbench.colorCustomizations": {
"scrollbar.shadow": "#1f252b"
},
"editor.wrappingIndent": "none",
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"editor.autoIndent": "brackets",
"editor.detectIndentation": false,
"editor.quickSuggestions": {
"strings": true
},
"element-helper.language": "en",
"element-helper.version": "1.3",
"element-helper.indent-size": 2,
"typescript.updateImportsOnFileMove.enabled": "always",
"files.maxMemoryForLargeFilesMB": 2048,
"workbench.iconTheme": "vs-minimal",
"workbench.panel.location": "right",
"workbench.activityBar.visible": true,
"workbench.list.openMode": "doubleClick",
"workbench.panel.defaultLocation": "right",
"workbench.tree.renderIndentGuides": "none",
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.fontLigatures": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment