Skip to content

Commit

Permalink
[skip ci] add formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Jan 21, 2024
1 parent 3d944d1 commit 9c67ab1
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
{
"tsEssentialPlugins.enableHooksFile": true
"tsEssentialPlugins.enableHooksFile": true,
"javascript.format.insertSpaceAfterConstructor": true,
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": true,
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"javascript.preferences.quoteStyle": "single",
"typescript.format.semicolons": "remove",
"typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": true,
"typescript.format.insertSpaceBeforeFunctionParenthesis": true,
"[javascript][typescript]": {
"editor.defaultFormatter": "standard.vscode-standard"
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features",
"editor.tabSize": 2
},
"cSpell.words": [
"serv"
]
}

0 comments on commit 9c67ab1

Please sign in to comment.