mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
feat(language/typescript: add custom settings
This commit is contained in:
@@ -558,6 +558,16 @@
|
||||
},
|
||||
//
|
||||
// ===========================================================================
|
||||
// MARK: Lang: TypeScript
|
||||
// ===========================================================================
|
||||
//
|
||||
"[typescript]": {
|
||||
"editor.defaultFormatter": "vscode.typescript-language-features",
|
||||
"editor.insertSpaces": true,
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
//
|
||||
// ===========================================================================
|
||||
// MARK: Lang: Lua
|
||||
// ===========================================================================
|
||||
// Extensions:
|
||||
|
||||
Reference in New Issue
Block a user