diff --git a/.vscode/settings.json b/.vscode/settings.json index e262c75c..951df486 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { "javascript.preferences.importModuleSpecifier": "shortest", - "typescript.preferences.importModuleSpecifier": "shortest" + "typescript.preferences.importModuleSpecifier": "shortest", + "files.eol": "\r\n", }