Last active
February 28, 2020 15:20
-
-
Save ar2pi/3fac82ae5b668da7083223a9b2091219 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "git.ignoreMissingGitWarning": true, | |
| "workbench.colorTheme": "Material Theme", | |
| "materialTheme.fixIconsRunning": false, | |
| "workbench.iconTheme": "vscode-great-icons", | |
| "workbench.colorCustomizations": { | |
| "activityBarBadge.background": "#5C6BC0", | |
| "list.activeSelectionForeground": "#5C6BC0", | |
| "list.inactiveSelectionForeground": "#5C6BC0", | |
| "list.highlightForeground": "#5C6BC0", | |
| "scrollbarSlider.activeBackground": "#5C6BC050", | |
| "editorSuggestWidget.highlightForeground": "#5C6BC0", | |
| "textLink.foreground": "#5C6BC0", | |
| "progressBar.background": "#5C6BC0", | |
| "pickerGroup.foreground": "#5C6BC0", | |
| "tab.activeBorder": "#5C6BC0", | |
| "notificationLink.foreground": "#5C6BC0", | |
| "editor.findWidgetResizeBorder": "#5C6BC0", | |
| "editorWidget.border": "#5C6BC0" | |
| }, | |
| "materialTheme.accentPrevious": "Breaking Bad", | |
| "materialTheme.accent": "Indigo", | |
| "sync.gist": "d5900201e0344ffd4fafa81384e4258f", | |
| "sync.host": "", | |
| "sync.pathPrefix": "", | |
| "sync.quietSync": false, | |
| "sync.askGistName": false, | |
| "sync.removeExtensions": true, | |
| "sync.syncExtensions": true, | |
| "sync.autoDownload": false, | |
| "sync.autoUpload": false, | |
| "sync.lastUpload": "", | |
| "sync.lastDownload": "", | |
| "sync.forceDownload": false, | |
| "editor.fontFamily": "'FiraFlott', 'Operator Mono', 'M+ 2m', Inconsolata, Monaco, Consolas, Sans, monospace", | |
| "editor.fontSize": 14, | |
| "editor.lineHeight": 24, | |
| "editor.fontWeight": "normal", | |
| "editor.formatOnType": false, | |
| "explorer.decorations.badges": false, | |
| "editor.multiCursorModifier": "ctrlCmd", | |
| "files.autoSave": "off", | |
| "files.trimFinalNewlines": true, | |
| "files.associations": { | |
| "*.tpl": "html", | |
| ".php_cs": "php", | |
| ".php_cs.dist": "php", | |
| "*.inc": "php", | |
| "*.module": "php", | |
| "*.install": "php", | |
| "*.theme": "php", | |
| "*.tpl.php": "php", | |
| "*.test": "php", | |
| "*.php": "php" | |
| }, | |
| "files.hotExit": "onExit", | |
| "window.zoomLevel": 0, | |
| "window.restoreWindows": "all", | |
| "window.title": "${activeEditorMedium}${separator}${rootName}", | |
| "search.exclude": { | |
| "**/node_modules": true, | |
| "**/bower_components": true | |
| }, | |
| "explorer.confirmDelete": false, | |
| "explorer.confirmDragAndDrop": false, | |
| "php.suggest.basic": false, | |
| "php.validate.executablePath": "/usr/local/bin/php", | |
| "[markdown]": { | |
| "files.trimTrailingWhitespace": false | |
| }, | |
| "[python]": { | |
| "editor.insertSpaces": true, | |
| "editor.tabSize": 4 | |
| }, | |
| "problems.decorations.enabled": false, | |
| "telemetry.enableTelemetry": true, | |
| "extensions.ignoreRecommendations": false, | |
| "jshint.options": { | |
| "esversion": 6, | |
| "globals": { | |
| "alert": true, | |
| "jQuery": true, | |
| "$": true, | |
| "_": true, | |
| "AVutil": true, | |
| "moment": true, | |
| "Twig": true, | |
| "google": true, | |
| "ga": true | |
| }, | |
| "forin": true, | |
| "loopfunc": true, | |
| "latedef": false, | |
| "undef": true, | |
| "unused": true, | |
| "browser": true, | |
| "node": true, | |
| "maxerr": 100 | |
| }, | |
| "prettier.arrowParens": "always", | |
| "prettier.singleQuote": true, | |
| "prettier.tabWidth": 2, | |
| "prettier.printWidth": 120, | |
| "[yaml]": { | |
| "editor.autoIndent": true | |
| }, | |
| "git.enableSmartCommit": true, | |
| "git.promptToSaveFilesBeforeCommit": true, | |
| "gitlens.keymap": "alternate", | |
| "gitlens.codeLens.enabled": false, | |
| "gitlens.currentLine.enabled": false, | |
| "gitlens.hovers.currentLine.over": "line", | |
| "gitlens.hovers.enabled": false, | |
| "gitlens.advanced.messages": { | |
| "suppressCommitHasNoPreviousCommitWarning": false, | |
| "suppressCommitNotFoundWarning": false, | |
| "suppressFileNotUnderSourceControlWarning": false, | |
| "suppressGitVersionWarning": false, | |
| "suppressLineUncommittedWarning": false, | |
| "suppressNoRepositoryWarning": false, | |
| "suppressResultsExplorerNotice": true, | |
| "suppressShowKeyBindingsNotice": true | |
| }, | |
| "scss.scanImportedFiles": false, | |
| "scss.scanImportedFilesDepth": 0, | |
| "scss.scannerDepth": 10, | |
| "scss.showErrors": false, | |
| "beautify.language": { | |
| "css": ["css", "scss"], | |
| "html": ["htm", "html", "isml"] | |
| }, | |
| "beautify.ignore": "**/*.js", | |
| "emmet.excludeLanguages": ["markdown", "php"], | |
| "emmet.includeLanguages": { | |
| "isml": "html", | |
| "blade.php": "html", | |
| "javascript": "javascriptreact", | |
| "vue": "html", | |
| "vue-html": "html" | |
| }, | |
| "emmet.syntaxProfiles": { | |
| "javascript": "jsx", | |
| "xml": { | |
| "attr_quotes": "single" | |
| } | |
| }, | |
| "diffEditor.ignoreTrimWhitespace": true, | |
| "intelephense.completionProvider.backslashPrefix": false, | |
| "gitlens.historyExplorer.enabled": true, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "git.confirmSync": false, | |
| "git.autofetch": true, | |
| "gitlens.views.fileHistory.enabled": true, | |
| "gitlens.views.lineHistory.enabled": true, | |
| "editor.tabSize": 2, | |
| "twig-language.tabSize": 2, | |
| "editor.detectIndentation": false, | |
| "python.venvPath": "~/.virtualenvs", | |
| "python.venvFolders": ["envs", ".pyenv", ".direnv", ".virtualenvs"], | |
| "python.jediEnabled": false, | |
| "editor.suggestSelection": "first", | |
| "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
| "[html]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[jsonc]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[php]": { | |
| "editor.defaultFormatter": "bmewburn.vscode-intelephense-client" | |
| }, | |
| "[json]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "files.trimTrailingWhitespace": true, | |
| "editor.fontLigatures": true, | |
| "editor.formatOnPaste": false, | |
| "editor.formatOnSave": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment