Visual Studio Code Settings
{
// Place your settings in this file to overwrite the default settings
"editor.tabSize": 2,
"editor.renderWhitespace": "boundary",
"editor.wordWrap": "on",
"editor.tabCompletion": true,
"editor.smoothScrolling": true,
"editor.minimap.enabled": true,
"editor.renderIndentGuides": true,
"editor.formatOnPaste": true,
"editor.multiCursorModifier": "ctrlCmd",
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Xgrammer",
"emmet.triggerExpansionOnTab": true,
"workbench.colorCustomizations": {
"editor.foreground": "#c5c8c6",
"editor.background": "#1d1f21",
"editorCursor.foreground": "#bfbfbf",
"editor.selectionBackground": "#404349",
"editor.lineHighlightBackground": "#2a2a2a",
"editor.inactiveSelectionBackground": "#e74c3c",
"editorIndentGuide.background": "#373b41",
"tab.activeForeground": "#f94",
"editorBracketMatch.background": "#3344f0",
"editorBracketMatch.border": "#000"
},
"workbench.startupEditor": "newUntitledFile",
"eslint.autoFixOnSave": true,
"css.validate": false,
"scss.validate": false,
"editor.formatOnSave": true,
"prettier.eslintIntegration": true,
"javascript.validate.enable": false,
"javascript.format.enable": false
}