manifold/.vscode/settings.json

6 lines
151 B
JSON
Raw Normal View History

{
2022-05-10 13:43:04 +00:00
"javascript.preferences.importModuleSpecifier": "shortest",
2022-06-03 00:08:40 +00:00
"typescript.preferences.importModuleSpecifier": "shortest",
"files.eol": "\r\n",
}