Last active
February 13, 2023 20:28
-
-
Save websterl3o/63deb6c50fdc0c3970c232a3fd474099 to your computer and use it in GitHub Desktop.
vs
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
{ | |
"editor.fontSize": 18, | |
"workbench.editor.highlightModifiedTabs": true, | |
"files.trimFinalNewlines": true, | |
"editor.fontFamily": "Fira Code", | |
// "terminal.integrated.fontFamily": "FiraCode Nerd Font", | |
"terminal.integrated.fontFamily": "MesloLGS NF", | |
"editor.fontLigatures": true, | |
"editor.lineHeight": 30, | |
"workbench.iconTheme": "material-icon-theme", | |
"sql-formatter.uppercase": true, | |
"blade.format.enable": true, | |
"emmet.includeLanguages": { | |
".blade.php": "html", | |
".tpl": "html" | |
}, | |
"[TypeScript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"editor.formatOnSave": false, | |
"editor.tabSize": 4 | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"editor.formatOnSave": false, | |
"editor.tabSize": 4 | |
}, | |
"[css]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"editor.formatOnSave": false, | |
"editor.tabSize": 4 | |
}, | |
"[vue]": { | |
"editor.defaultFormatter": "octref.vetur", | |
"editor.formatOnSave": false, | |
"editor.tabSize": 4 | |
}, | |
"[blade]": { | |
"editor.defaultFormatter": "shufo.vscode-blade-formatter", | |
// "editor.defaultFormatter": "onecentlin.laravel-blade", | |
"editor.formatOnSave": false, | |
"editor.tabSize": 4 | |
}, | |
"[html]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"editor.formatOnSave": false, | |
"editor.tabSize": 4 | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features", | |
"editor.formatOnSave": true, | |
"editor.tabSize": 4 | |
}, | |
"[sql]": { | |
"editor.defaultFormatter": "mtxr.sqltools", | |
"editor.formatOnSave": true, | |
"editor.tabSize": 4 | |
}, | |
"[php]": { | |
"editor.defaultFormatter": "junstyle.php-cs-fixer", | |
"editor.formatOnSave": true, | |
"editor.tabSize": 4 | |
}, | |
"[markdown]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"editor.formatOnSave": true, | |
"editor.tabSize": 4, | |
}, | |
"[go]": { | |
"editor.defaultFormatter": "golang.go", | |
"editor.formatOnSave": true, | |
"editor.tabSize": 4, | |
}, | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.detectIndentation": false, | |
"vetur.format.options.tabSize": 4, | |
"search.exclude": { | |
".history/*": true, | |
"node_modules/*": true | |
}, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"intelephense.files.exclude": [ | |
"**.history/**", | |
".history/*" | |
], | |
"editor.matchBrackets": "never", | |
"[typescript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"explorer.confirmDelete": false, | |
"diffEditor.ignoreTrimWhitespace": false, | |
"bladeFormatter.format.wrapAttributes": "preserve-aligned", | |
"bladeFormatter.format.wrapLineLength": 400, | |
"[shellscript]": { | |
"editor.defaultFormatter": "foxundermoon.shell-format" | |
}, | |
"githubPullRequests.fileListLayout": "tree", | |
"security.workspace.trust.untrustedFiles": "open", | |
"php-cs-fixer.lastDownload": 1676299163340, | |
"terminal.integrated.commandsToSkipShell": [ | |
"psl.stepIn", | |
"psl.stepOut", | |
"psl.stepOver", | |
"psl.sendToHostTerminal" | |
], | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"emmet.excludeLanguages": [ | |
"markdown", | |
"php" | |
], | |
"files.associations": { | |
"*.module": "php" | |
}, | |
"intelephense.format.enable": false, | |
"intelephense.references.exclude": [ | |
"**/vendor/**", | |
"**.history/**" | |
], | |
"intelephense.rename.exclude": [ | |
"**/vendor/**", | |
"**.history/**" | |
], | |
"files.autoSave": "onFocusChange", | |
"editor.minimap.enabled": false, | |
"editor.inlineSuggest.enabled": true, | |
"workbench.colorCustomizations": { | |
"editorRuler.foreground": "#00FF9C" | |
}, | |
"editor.rulers": [ | |
115 | |
], | |
"explorer.confirmDragAndDrop": false, | |
"gitlens.hovers.currentLine.over": "line", | |
"gitlens.defaultDateLocale": "system", | |
"html.format.preserveNewLines": false, | |
"debug.console.wordWrap": false, | |
"editor.wordWrapColumn": 115, | |
"vetur.validation.template": false, | |
"vetur.validation.script": false, | |
"vetur.validation.style": false, | |
"php-cs-fixer.onsave": true, | |
"intelephense.environment.phpVersion": "8.1.0", | |
// "intelephense.environment.phpVersion": "7.2.5", | |
"php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar", | |
"redhat.telemetry.enabled": true, | |
"prettier.endOfLine": "auto", | |
"[xml]": { | |
"editor.defaultFormatter": "mikeburgh.xml-format" | |
}, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true, | |
"vue": true | |
}, | |
"githubPullRequests.pullBranch": "never", | |
"workbench.colorTheme": "Activate UMBRA protocol", | |
"react-native-tools.showUserTips": false, | |
"git.autofetch": true, | |
"github-pr.accessToken": "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", | |
"[dockerfile]": { | |
"editor.quickSuggestions": { | |
"strings": true | |
} | |
}, | |
"html.format.wrapAttributes": "preserve-aligned", | |
"[dockercompose]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
"[nginx]": { | |
"editor.defaultFormatter": "raynigon.nginx-formatter" | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment