Created
February 2, 2022 18:14
-
-
Save suhomozgy-andrey/813a97170b7f7094dd2300ef08f88559 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
| { | |
| "[typescriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "prettier.requireConfig": true, | |
| "[javascriptreact]": { | |
| "editor.defaultFormatter": "vscode.typescript-language-features" | |
| }, | |
| "cSpell.userWords": [ | |
| "delimeter", | |
| "panthera", | |
| "testlio" | |
| ], | |
| "[typescript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "editor.fontLigatures": null, | |
| "editor.fontFamily": "Martian Mono EARLY ADOPTERS Std Bk", | |
| "terminal.integrated.fontFamily": "Martian Mono EARLY ADOPTERS Std Bk", | |
| "editor.fontSize": 12, | |
| "files.insertFinalNewline": true, | |
| "editor.bracketPairColorization.enabled": true, | |
| "eslint.alwaysShowStatus": true, | |
| "javascript.inlayHints.functionLikeReturnTypes.enabled": true, | |
| "typescript.inlayHints.propertyDeclarationTypes.enabled": true, | |
| "typescript.inlayHints.functionLikeReturnTypes.enabled": true, | |
| "typescript.inlayHints.variableTypes.enabled": true, | |
| "typescript.inlayHints.parameterTypes.enabled": true, | |
| "javascript.inlayHints.parameterNames.enabled": "literals", | |
| "javascript.inlayHints.parameterTypes.enabled": true, | |
| "typescript.inlayHints.parameterNames.enabled": "literals", | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "docker.containers.label": "Compose Project Name", | |
| "docker.containers.description": [ | |
| "ContainerName", | |
| "Ports", | |
| "State", | |
| "Status" | |
| ], | |
| "editor.formatOnSave": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment