diff --git a/.vscode/settings.json b/.vscode/settings.json index 648bfc84..db834c72 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,6 @@ "files.exclude": { "node_modules": true }, - "editor.insertSpaces": true -} \ No newline at end of file + "editor.insertSpaces": true, + "files.eol": "\n" +} diff --git a/tsconfig.json b/tsconfig.json index bb938e58..f486abcb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,8 @@ "noImplicitThis": true, "noUnusedLocals": true, "noUnusedParameters": true, - "strictNullChecks": true + "strictNullChecks": true, + "newLine": "LF" }, "include": [ "src/**/*.ts"