Skip to content

Instantly share code, notes, and snippets.

@Tmeister
Created February 1, 2019 02:57
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 Tmeister/4822859e672586120a8421ec33817892 to your computer and use it in GitHub Desktop.
Save Tmeister/4822859e672586120a8421ec33817892 to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "eq-material-theme-icons-darker",
"editor.fontFamily": "'Fira Code', Operator Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 14,
"editor.letterSpacing": 0.5,
"files.trimTrailingWhitespace": true,
"editor.fontWeight": "500",
"editor.cursorStyle": "line",
"editor.cursorWidth": 5,
"editor.renderWhitespace": "none",
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"gitlens.codeLens.enabled": false,
"gitlens.currentLine.enabled": false,
"gitlens.hovers.currentLine.over": "line",
"editor.codeLens": false,
"editor.wordWrap": "on",
"emmet.includeLanguages": {
"razor": "html",
"blade": "html"
},
"editor.minimap.enabled": false,
"workbench.startupEditor": "newUntitledFile",
"materialTheme.autoApplyIcons": true,
"explorer.confirmDelete": false,
//"php.validate.executablePath": "D:\\Sources\\php\\php.exe",
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.fontLigatures": true,
"editor.formatOnSave": true,
"editor.formatOnType": false,
"editor.detectIndentation": false,
"editor.tabSize": 2,
"prettier.eslintIntegration": true,
"window.zoomLevel": 0,
"explorer.confirmDragAndDrop": false,
"files.eol": "\n",
"window.titleBarStyle": "custom",
"eslint.autoFixOnSave": true,
"eslint.validate": [
{
"language": "vue",
"autoFix": true
},
{
"language": "html",
"autoFix": true
},
{
"language": "javascript",
"autoFix": true
}
],
"sync.gist": "34035aa92a4b24493ffd575450596af0",
"sync.quietSync": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.forceDownload": false,
"editor.renderIndentGuides": false,
"terminal.integrated.fontSize": 14,
"phpcs.standard": "PSR2",
"editor.lineHeight": 31,
"vetur.format.defaultFormatter.html": "prettyhtml",
"workbench.colorCustomizations": {
"activityBarBadge.background": "#7CB342",
"list.activeSelectionForeground": "#7CB342",
"list.inactiveSelectionForeground": "#7CB342",
"list.highlightForeground": "#7CB342",
"scrollbarSlider.activeBackground": "#7CB34250",
"editorSuggestWidget.highlightForeground": "#7CB342",
"textLink.foreground": "#7CB342",
"progressBar.background": "#7CB342",
"pickerGroup.foreground": "#7CB342",
"tab.activeBorder": "#7CB342",
"notificationLink.foreground": "#7CB342",
"editorWidget.resizeBorder": "#7CB342",
"editorWidget.border": "#7CB342",
"settings.modifiedItemIndicator": "#7CB342",
"settings.headerForeground": "#7CB342",
"panelTitle.activeBorder": "#7CB342",
"breadcrumb.activeSelectionForeground": "#7CB342",
"menu.selectionForeground": "#7CB342",
"menubar.selectionForeground": "#7CB342"
},
"phpcs.executablePath": "/Users/tmeister/.composer/vendor/bin/phpcs",
"phpfmt.passes": [
"ShortArray",
"PSR2EmptyFunction",
"StripNewlineAfterCurlyOpen",
"NewLineBeforeReturn"
],
"materialTheme.accent": "Lime",
"workbench.colorTheme": "Night Owl",
"editor.formatOnPaste": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment