mirror of
https://github.com/FullScreenShenanigans/ModAttachr.git
synced 2026-08-12 02:18:09 -07:00
8 lines
210 B
JSON
8 lines
210 B
JSON
{
|
|
"editor.tabSize": 4,
|
|
"editor.trimAutoWhitespace": true,
|
|
"tslint.alwaysShowRuleFailuresAsWarnings": true,
|
|
"tslint.autoFixOnSave": true,
|
|
"typescript.tsdk": "node_modules\\typescript\\lib"
|
|
}
|