Files
frost-navigation/.vscode/settings.json

7 lines
144 B
JSON
Raw Permalink Normal View History

2024-08-26 14:07:57 +08:00
{
"editor.tabSize": 2,
"editor.wordWrap": "on",
"files.autoSave": "off",
"files.eol": "\n",
"typescript.suggest.autoImports": false,
}