Skip to content

Instantly share code, notes, and snippets.

@Alicannklc
Created April 12, 2019 05:09
Show Gist options
  • Select an option

  • Save Alicannklc/c0c081788d9c41f446c73c6d248954d5 to your computer and use it in GitHub Desktop.

Select an option

Save Alicannklc/c0c081788d9c41f446c73c6d248954d5 to your computer and use it in GitHub Desktop.
{
"editor.fontFamily": "Fira Code, monospace",
"editor.renderLineHighlight": "none",
"editor.renderWhitespace": "none",
"editor.fontSize": 16,
"editor.detectIndentation": false,
"editor.tabSize": 4,
"eslint.autoFixOnSave": true,
// Set the default
"editor.formatOnSave": true,
// Enable per-language
"[javascript]": {
"editor.formatOnSave": true
},
"eslint.validate": ["vue", "javascript"],
"window.zoomLevel": 0,
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "auto"
}
},
"workbench.colorCustomizations": {
"[Monokai Pro]": {
"editor.background": "#1d1f21",
"editor.foreground": "#c5c8c6",
"editorGutter.background": "#1d1f21",
"tab.activeBorder": "#a54242",
"tab.inactiveBackground": "#1d1f21",
"tab.activeBackground": "#1d1f21",
"editorGroupHeader.tabsBackground": "#1d1f21",
"sideBar.background": "#1d1f21"
}
},
"workbench.iconTheme": "Monokai Pro Icons",
"java.errors.incompleteClasspath.severity": "ignore",
"window.menuBarVisibility": "default",
"window.titleBarStyle": "custom",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"workbench.activityBar.visible": true,
"workbench.colorTheme": "Monokai Pro",
"breadcrumbs.enabled": false,
"editor.minimap.enabled": false,
"workbench.statusBar.visible": true,
"editor.smoothScrolling": true,
"editor.formatOnPaste": true,
"vetur.format.options.tabSize": 4,
"vetur.format.options.useTabs": true,
"explorer.confirmDelete": false,
"phpfmt.detect_indent": true,
"phpfmt.php_bin": "C:\\xampp\\php\\php.exe",
"phpfmt.psr1_naming": true,
"phpfmt.smart_linebreak_after_curly": true,
"path-intellisense.showHiddenFiles": true,
"php-cs-fixer.executablePath": "${extensionPath}\\php-cs-fixer.phar",
"php-cs-fixer.lastDownload": 1554495206251
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment