-
-
Save regenrek/3f53301019f36b534b305e454b92f305 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
{ | |
"workbench.startupEditor": "newUntitledFile", | |
"window.zoomLevel": 0, | |
"eslint.validate": ["typescript", "typescriptreact"], | |
"explorer.confirmDelete": false, | |
"explorer.confirmDragAndDrop": false, | |
"editor.wordWrap": "on", | |
"php.validate.enable": false, | |
"php.suggest.basic": false, | |
"editor.codeActionsOnSave": { | |
"source.fixAll": true | |
}, | |
"[php]": { | |
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client" | |
}, | |
"emmet.includeLanguages": { | |
"postcss": "css" | |
}, | |
"emmet.syntaxProfiles": { | |
"postcss": "css" | |
}, | |
"files.exclude": { | |
"**/.git": true, | |
"**/.DS_Store": true, | |
"**/*.meta": true, | |
"**/*.*.meta": true, | |
"**/*.unity": true, | |
"**/*.unityproj": true, | |
"**/*.mat": true, | |
"**/*.fbx": true, | |
"**/*.FBX": true, | |
"**/*.tga": true, | |
"**/*.cubemap": true, | |
"**/*.prefab": true, | |
"**/Library": true, | |
"**/ProjectSettings": true, | |
"**/Temp": true | |
}, | |
"[csharp]": { | |
"editor.defaultFormatter": "ms-dotnettools.csharp" | |
}, | |
"files.associations": { | |
"*.cs": "csharp", | |
"*.css": "postcss" | |
}, | |
"todo-tree.tree.showScanModeButton": false, | |
"jest.autoEnable": false, | |
"java.configuration.checkProjectSettingsExclusions": false, | |
"eslint.migration.2_x": "off", | |
"java.semanticHighlighting.enabled": false, | |
"java.requirements.JDK11Warning": false, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"javascript.updateImportsOnFileMove.enabled": "never" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment