feat(language/typescript: add custom settings

This commit is contained in:
2025-08-16 13:32:42 +01:00
parent c4dadb96ae
commit 5bb7623af4

View File

@@ -558,6 +558,16 @@
},
//
// ===========================================================================
// MARK: Lang: TypeScript
// ===========================================================================
//
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features",
"editor.insertSpaces": true,
"editor.tabSize": 2
},
//
// ===========================================================================
// MARK: Lang: Lua
// ===========================================================================
// Extensions: