Skip to content

Instantly share code, notes, and snippets.

@rsgranne
Last active July 20, 2022 03:46
Show Gist options
  • Save rsgranne/94344f416cc370fa6262956ff153f58d to your computer and use it in GitHub Desktop.
Save rsgranne/94344f416cc370fa6262956ff153f58d to your computer and use it in GitHub Desktop.

Revisions

  1. rsgranne revised this gist Oct 5, 2021. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -20,6 +20,7 @@
    "emmet.preferences": {
    "format.forceIndentationForTags": "address,article,aside,audio,blockquote,body,canvas,div,dl,fieldset,figcaption,figure,footer,form,head,header,iframe,main,map,nav,object,ol,p,pre,section,style,table,tbody,td,tfoot,th,thead,tr,ul,video"
    },
    "emmet.showSuggestionsAsSnippets": true,
    "extensions.ignoreRecommendations": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
    "files.exclude": {
  2. rsgranne revised this gist Jul 21, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@
    "editor.acceptSuggestionOnEnter": "on",
    "editor.detectIndentation": false,
    "editor.fontFamily": "'Source Code Pro', Menlo, Consolas, Courier, monospace",
    "editor.fontSize": 14,
    "editor.fontSize": 11,
    "editor.formatOnSave": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.quickSuggestions": {
  3. rsgranne revised this gist Apr 18, 2019. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -26,7 +26,6 @@
    "**/._*": true
    },
    "files.insertFinalNewline": true,
    "fontshortcuts.defaultFontSize": 13,
    // Remove the following to enable Git
    "git.enabled": false,
    "html.format.endWithNewline": true,
  4. rsgranne revised this gist Apr 18, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -18,7 +18,7 @@
    "editor.wordWrap": "on",
    "editor.wrappingIndent": "indent",
    "emmet.preferences": {
    "format.forceIndentationForTags": "address,article,aside,audio,blockquote,body,canvas,div,dl,fieldset,figcaption,figure,footer,form,head,header,iframe,main,map,nav,object,ol,p,pre,script,section,style,table,tbody,td,tfoot,th,thead,tr,ul,video"
    "format.forceIndentationForTags": "address,article,aside,audio,blockquote,body,canvas,div,dl,fieldset,figcaption,figure,footer,form,head,header,iframe,main,map,nav,object,ol,p,pre,section,style,table,tbody,td,tfoot,th,thead,tr,ul,video"
    },
    "extensions.ignoreRecommendations": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
  5. rsgranne revised this gist Apr 15, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -49,5 +49,6 @@
    "editorIndentGuide.activeBackground": "#FFA500"
    },
    "workbench.editor.tabSizing": "shrink",
    "workbench.editor.enablePreview": false,
    "workbench.editor.enablePreviewFromQuickOpen": false
    }
  6. rsgranne revised this gist Apr 11, 2019. No changes.
  7. rsgranne revised this gist Apr 11, 2019. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,5 @@
    // Place your settings in this file to overwrite the default settings
    {
    "bracketPairColorizer.timeOut": 0,
    "breadcrumbs.enabled": true,
    "editor.acceptSuggestionOnEnter": "on",
    "editor.detectIndentation": false,
  8. rsgranne revised this gist Apr 6, 2019. 1 changed file with 1 addition and 5 deletions.
    6 changes: 1 addition & 5 deletions VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,5 @@
    // Place your settings in this file to overwrite the default settings
    {
    "autoprefixer.formatOnSave": true,
    "bracketPairColorizer.timeOut": 0,
    "breadcrumbs.enabled": true,
    "editor.acceptSuggestionOnEnter": "on",
    @@ -36,10 +35,7 @@
    "html.format.indentInnerHtml": true,
    "html.format.unformatted": "b,em,i,span,strong,wbr",
    "html.format.wrapLineLength": 0,
    "liveSassCompile.settings.autoprefix": [
    "> 1%",
    "last 2 versions"
    ],
    "liveSassCompile.settings.autoprefix": null,
    "liveSassCompile.settings.generateMap": false,
    "liveServer.settings.donotShowInfoMsg": true,
    "liveServer.settings.port": 0,
  9. rsgranne revised this gist Mar 23, 2019. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -20,9 +20,7 @@
    "editor.wordWrap": "on",
    "editor.wrappingIndent": "indent",
    "emmet.preferences": {
    "format.forceIndentationForTags": [
    "address,article,aside,audio,blockquote,body,canvas,div,dl,fieldset,figcaption,figure,footer,form,head,header,iframe,main,map,nav,object,ol,p,pre,script,section,style,table,tbody,td,tfoot,th,thead,tr,ul,video"
    ]
    "format.forceIndentationForTags": "address,article,aside,audio,blockquote,body,canvas,div,dl,fieldset,figcaption,figure,footer,form,head,header,iframe,main,map,nav,object,ol,p,pre,script,section,style,table,tbody,td,tfoot,th,thead,tr,ul,video"
    },
    "extensions.ignoreRecommendations": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
  10. rsgranne revised this gist Mar 23, 2019. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -20,7 +20,9 @@
    "editor.wordWrap": "on",
    "editor.wrappingIndent": "indent",
    "emmet.preferences": {
    "format.forceIndentationForTags": "address,article,aside,audio,blockquote,body,canvas,div,dl,fieldset,figcaption,figure,footer,form,head,header,iframe,main,map,nav,object,ol,p,pre,script,section,style,table,tbody,td,tfoot,th,thead,tr,ul,video"
    "format.forceIndentationForTags": [
    "address,article,aside,audio,blockquote,body,canvas,div,dl,fieldset,figcaption,figure,footer,form,head,header,iframe,main,map,nav,object,ol,p,pre,script,section,style,table,tbody,td,tfoot,th,thead,tr,ul,video"
    ]
    },
    "extensions.ignoreRecommendations": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
  11. rsgranne revised this gist Mar 23, 2019. 1 changed file with 0 additions and 7 deletions.
    7 changes: 0 additions & 7 deletions VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -3,11 +3,6 @@
    "autoprefixer.formatOnSave": true,
    "bracketPairColorizer.timeOut": 0,
    "breadcrumbs.enabled": true,
    "colorHelper.formatsOrder": [
    "hsl",
    "hex",
    "named"
    ],
    "editor.acceptSuggestionOnEnter": "on",
    "editor.detectIndentation": false,
    "editor.fontFamily": "'Source Code Pro', Menlo, Consolas, Courier, monospace",
    @@ -54,8 +49,6 @@
    }
    },
    "path-autocomplete.extensionOnImport": true,
    "placeholderImages.quoteStyle": "double",
    "vsicons.projectDetection.autoReload": true,
    "window.zoomLevel": 0.75,
    "workbench.colorCustomizations": {
    "editorIndentGuide.activeBackground": "#FFA500"
  12. rsgranne revised this gist Mar 23, 2019. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -24,6 +24,9 @@
    "editor.tabSize": 2,
    "editor.wordWrap": "on",
    "editor.wrappingIndent": "indent",
    "emmet.preferences": {
    "format.forceIndentationForTags": "address,article,aside,audio,blockquote,body,canvas,div,dl,fieldset,figcaption,figure,footer,form,head,header,iframe,main,map,nav,object,ol,p,pre,script,section,style,table,tbody,td,tfoot,th,thead,tr,ul,video"
    },
    "extensions.ignoreRecommendations": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
    "files.exclude": {
  13. rsgranne revised this gist Mar 21, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,7 @@
    "editor.acceptSuggestionOnEnter": "on",
    "editor.detectIndentation": false,
    "editor.fontFamily": "'Source Code Pro', Menlo, Consolas, Courier, monospace",
    "editor.fontSize": 16,
    "editor.fontSize": 14,
    "editor.formatOnSave": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.quickSuggestions": {
  14. rsgranne revised this gist Jan 31, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -15,7 +15,7 @@
    "editor.formatOnSave": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.quickSuggestions": {
    "other": true
    "other": true,
    "comments": true,
    "strings": true
    },
  15. rsgranne revised this gist Dec 19, 2018. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,7 @@
    {
    "autoprefixer.formatOnSave": true,
    "bracketPairColorizer.timeOut": 0,
    "breadcrumbs.enabled": true,
    "colorHelper.formatsOrder": [
    "hsl",
    "hex",
    @@ -29,19 +30,20 @@
    "**/._*": true
    },
    "files.insertFinalNewline": true,
    "fontshortcuts.defaultFontSize": 16,
    "fontshortcuts.defaultFontSize": 13,
    // Remove the following to enable Git
    "git.enabled": false,
    "html.format.endWithNewline": true,
    "html.format.extraLiners": "body",
    "html.format.indentInnerHtml": true,
    "html.format.unformatted": "a,b,em,i,span,strong,wbr",
    "html.format.unformatted": "b,em,i,span,strong,wbr",
    "html.format.wrapLineLength": 0,
    "liveSassCompile.settings.autoprefix": [
    "> 1%",
    "last 2 versions"
    ],
    "liveSassCompile.settings.generateMap": false,
    "liveServer.settings.donotShowInfoMsg": true,
    "liveServer.settings.port": 0,
    "path-autocomplete.excludedItems": {
    "**/{.DS_Store,.git,.gitignore,node_modules}": {
  16. rsgranne revised this gist Dec 11, 2018. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -25,6 +25,9 @@
    "editor.wrappingIndent": "indent",
    "extensions.ignoreRecommendations": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
    "files.exclude": {
    "**/._*": true
    },
    "files.insertFinalNewline": true,
    "fontshortcuts.defaultFontSize": 16,
    // Remove the following to enable Git
  17. rsgranne revised this gist Sep 17, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -14,7 +14,7 @@
    "editor.formatOnSave": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.quickSuggestions": {
    "other": true,
    "other": true
    "comments": true,
    "strings": true
    },
  18. rsgranne revised this gist Sep 12, 2018. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -26,8 +26,6 @@
    "extensions.ignoreRecommendations": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
    "files.insertFinalNewline": true,
    //"fileTemplates.templates_dir": "/Users/YOUR-USER-NAME/Documents/Web Dev Projects/+Templates",
    //"fileTemplates.templates_dir": "%HOME%\\Documents\\Web Dev Projects\\+Templates"
    "fontshortcuts.defaultFontSize": 16,
    // Remove the following to enable Git
    "git.enabled": false,
  19. rsgranne revised this gist Sep 12, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -41,6 +41,7 @@
    "last 2 versions"
    ],
    "liveSassCompile.settings.generateMap": false,
    "liveServer.settings.port": 0,
    "path-autocomplete.excludedItems": {
    "**/{.DS_Store,.git,.gitignore,node_modules}": {
    "when": "**"
  20. rsgranne revised this gist Sep 1, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -27,7 +27,7 @@
    "extensions.showRecommendationsOnlyOnDemand": true,
    "files.insertFinalNewline": true,
    //"fileTemplates.templates_dir": "/Users/YOUR-USER-NAME/Documents/Web Dev Projects/+Templates",
    //"fileTemplates.templates_dir": "C:\Users\YOUR-USER-NAME\Documents\Web Dev Projects\+Templates",
    //"fileTemplates.templates_dir": "%HOME%\\Documents\\Web Dev Projects\\+Templates"
    "fontshortcuts.defaultFontSize": 16,
    // Remove the following to enable Git
    "git.enabled": false,
  21. rsgranne revised this gist Sep 1, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -24,6 +24,7 @@
    "editor.wordWrap": "on",
    "editor.wrappingIndent": "indent",
    "extensions.ignoreRecommendations": true,
    "extensions.showRecommendationsOnlyOnDemand": true,
    "files.insertFinalNewline": true,
    //"fileTemplates.templates_dir": "/Users/YOUR-USER-NAME/Documents/Web Dev Projects/+Templates",
    //"fileTemplates.templates_dir": "C:\Users\YOUR-USER-NAME\Documents\Web Dev Projects\+Templates",
  22. rsgranne revised this gist Aug 29, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -28,6 +28,7 @@
    //"fileTemplates.templates_dir": "/Users/YOUR-USER-NAME/Documents/Web Dev Projects/+Templates",
    //"fileTemplates.templates_dir": "C:\Users\YOUR-USER-NAME\Documents\Web Dev Projects\+Templates",
    "fontshortcuts.defaultFontSize": 16,
    // Remove the following to enable Git
    "git.enabled": false,
    "html.format.endWithNewline": true,
    "html.format.extraLiners": "body",
  23. rsgranne revised this gist Aug 29, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -28,6 +28,7 @@
    //"fileTemplates.templates_dir": "/Users/YOUR-USER-NAME/Documents/Web Dev Projects/+Templates",
    //"fileTemplates.templates_dir": "C:\Users\YOUR-USER-NAME\Documents\Web Dev Projects\+Templates",
    "fontshortcuts.defaultFontSize": 16,
    "git.enabled": false,
    "html.format.endWithNewline": true,
    "html.format.extraLiners": "body",
    "html.format.indentInnerHtml": true,
  24. rsgranne revised this gist Aug 29, 2018. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -25,6 +25,8 @@
    "editor.wrappingIndent": "indent",
    "extensions.ignoreRecommendations": true,
    "files.insertFinalNewline": true,
    //"fileTemplates.templates_dir": "/Users/YOUR-USER-NAME/Documents/Web Dev Projects/+Templates",
    //"fileTemplates.templates_dir": "C:\Users\YOUR-USER-NAME\Documents\Web Dev Projects\+Templates",
    "fontshortcuts.defaultFontSize": 16,
    "html.format.endWithNewline": true,
    "html.format.extraLiners": "body",
  25. rsgranne revised this gist Aug 20, 2018. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,6 @@
    "hex",
    "named"
    ],
    "csscomb.formatOnSave": false,
    "editor.acceptSuggestionOnEnter": "on",
    "editor.detectIndentation": false,
    "editor.fontFamily": "'Source Code Pro', Menlo, Consolas, Courier, monospace",
  26. rsgranne revised this gist Jun 22, 2018. 1 changed file with 0 additions and 3 deletions.
    3 changes: 0 additions & 3 deletions VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,6 @@
    // Place your settings in this file to overwrite the default settings
    {
    "autoprefixer.formatOnSave": true,
    "beautify.ignore": [
    "**/_*.scss"
    ],
    "bracketPairColorizer.timeOut": 0,
    "colorHelper.formatsOrder": [
    "hsl",
  27. rsgranne revised this gist Jun 12, 2018. 1 changed file with 55 additions and 62 deletions.
    117 changes: 55 additions & 62 deletions VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -1,64 +1,57 @@
    // Place your settings in this file to overwrite the default settings
    {
    "beautify.options": {
    "eol": "\\n",
    "end_with_newline": true,
    "indent_char": " ",
    "indent_size": 2,
    "preserve_newlines": true,
    "css": {
    "newline_between_rules": true,
    "selector_separator_newline": true
    }
    },
    "beautify.tabSize": 2,
    "editor.acceptSuggestionOnEnter": "on",
    "editor.detectIndentation": false,
    "editor.fontFamily": "'Source Code Pro', Menlo, Courier, monospace",
    "editor.fontSize": 16,
    "editor.formatOnSave": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.quickSuggestions": {
    "other": true,
    "comments": true,
    "strings": true
    },
    "editor.snippetSuggestions": "top",
    "editor.tabSize": 2,
    "editor.wordWrap": "on",
    "editor.wrappingIndent": "indent",
    "emmet.extensionsPath": "/Users/YOUR-USER-NAME/Documents/Web Dev Projects/+emmet/",
    "emmet.variables": {
    "bootstrap-css-cdn": "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css",
    "bootstrap-css-cdn-integrity": "sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u",
    "bootstrap-ie-meta": "ie=edge",
    "bootstrap-js-cdn": "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js",
    "boostrap-js-cdn-integrity": "sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa",
    "bootstrap-vp-meta": "width=device-width, initial-scale=1.0",
    "jquery-cdn": "https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"
    },
    "extensions.ignoreRecommendations": true,
    "html.format.extraLiners": "body",
    "html.format.indentInnerHtml": true,
    "html.format.wrapLineLength": 0,
    "path-autocomplete.excludedItems": {
    "**/{.DS_Store,.git,.gitignore,node_modules}": {
    "when": "**"
    }
    },
    "path-autocomplete.extensionOnImport": true,
    "terminal.integrated.fontSize": 14,
    "[css]": {
    "editor.tabSize": 2
    },
    "[html]": {
    "editor.tabSize": 2
    },
    "[json]": {
    "editor.tabSize": 2
    },
    "[scss]": {
    "editor.tabSize": 2
    },
    "window.zoomLevel": 0.75
    }
    "autoprefixer.formatOnSave": true,
    "beautify.ignore": [
    "**/_*.scss"
    ],
    "bracketPairColorizer.timeOut": 0,
    "colorHelper.formatsOrder": [
    "hsl",
    "hex",
    "named"
    ],
    "csscomb.formatOnSave": false,
    "editor.acceptSuggestionOnEnter": "on",
    "editor.detectIndentation": false,
    "editor.fontFamily": "'Source Code Pro', Menlo, Consolas, Courier, monospace",
    "editor.fontSize": 16,
    "editor.formatOnSave": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.quickSuggestions": {
    "other": true,
    "comments": true,
    "strings": true
    },
    "editor.renderWhitespace": "none",
    "editor.snippetSuggestions": "top",
    "editor.tabSize": 2,
    "editor.wordWrap": "on",
    "editor.wrappingIndent": "indent",
    "extensions.ignoreRecommendations": true,
    "files.insertFinalNewline": true,
    "fontshortcuts.defaultFontSize": 16,
    "html.format.endWithNewline": true,
    "html.format.extraLiners": "body",
    "html.format.indentInnerHtml": true,
    "html.format.unformatted": "a,b,em,i,span,strong,wbr",
    "html.format.wrapLineLength": 0,
    "liveSassCompile.settings.autoprefix": [
    "> 1%",
    "last 2 versions"
    ],
    "liveSassCompile.settings.generateMap": false,
    "path-autocomplete.excludedItems": {
    "**/{.DS_Store,.git,.gitignore,node_modules}": {
    "when": "**"
    }
    },
    "path-autocomplete.extensionOnImport": true,
    "placeholderImages.quoteStyle": "double",
    "vsicons.projectDetection.autoReload": true,
    "window.zoomLevel": 0.75,
    "workbench.colorCustomizations": {
    "editorIndentGuide.activeBackground": "#FFA500"
    },
    "workbench.editor.tabSizing": "shrink",
    "workbench.editor.enablePreviewFromQuickOpen": false
    }
  28. rsgranne created this gist Aug 28, 2017.
    64 changes: 64 additions & 0 deletions VSCode Settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,64 @@
    // Place your settings in this file to overwrite the default settings
    {
    "beautify.options": {
    "eol": "\\n",
    "end_with_newline": true,
    "indent_char": " ",
    "indent_size": 2,
    "preserve_newlines": true,
    "css": {
    "newline_between_rules": true,
    "selector_separator_newline": true
    }
    },
    "beautify.tabSize": 2,
    "editor.acceptSuggestionOnEnter": "on",
    "editor.detectIndentation": false,
    "editor.fontFamily": "'Source Code Pro', Menlo, Courier, monospace",
    "editor.fontSize": 16,
    "editor.formatOnSave": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.quickSuggestions": {
    "other": true,
    "comments": true,
    "strings": true
    },
    "editor.snippetSuggestions": "top",
    "editor.tabSize": 2,
    "editor.wordWrap": "on",
    "editor.wrappingIndent": "indent",
    "emmet.extensionsPath": "/Users/YOUR-USER-NAME/Documents/Web Dev Projects/+emmet/",
    "emmet.variables": {
    "bootstrap-css-cdn": "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css",
    "bootstrap-css-cdn-integrity": "sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u",
    "bootstrap-ie-meta": "ie=edge",
    "bootstrap-js-cdn": "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js",
    "boostrap-js-cdn-integrity": "sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa",
    "bootstrap-vp-meta": "width=device-width, initial-scale=1.0",
    "jquery-cdn": "https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"
    },
    "extensions.ignoreRecommendations": true,
    "html.format.extraLiners": "body",
    "html.format.indentInnerHtml": true,
    "html.format.wrapLineLength": 0,
    "path-autocomplete.excludedItems": {
    "**/{.DS_Store,.git,.gitignore,node_modules}": {
    "when": "**"
    }
    },
    "path-autocomplete.extensionOnImport": true,
    "terminal.integrated.fontSize": 14,
    "[css]": {
    "editor.tabSize": 2
    },
    "[html]": {
    "editor.tabSize": 2
    },
    "[json]": {
    "editor.tabSize": 2
    },
    "[scss]": {
    "editor.tabSize": 2
    },
    "window.zoomLevel": 0.75
    }