Skip to content

Instantly share code, notes, and snippets.

@suhomozgy-andrey
Created February 2, 2022 18:14
Show Gist options
  • Select an option

  • Save suhomozgy-andrey/813a97170b7f7094dd2300ef08f88559 to your computer and use it in GitHub Desktop.

Select an option

Save suhomozgy-andrey/813a97170b7f7094dd2300ef08f88559 to your computer and use it in GitHub Desktop.
{
"[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