From f34b374df438d08e368b00cbcc69b4d827201f79 Mon Sep 17 00:00:00 2001 From: Ben Coveney Date: Mon, 28 Aug 2017 20:40:05 +0100 Subject: [PATCH] Line endings --- .vscode/settings.json | 5 +++-- tsconfig.json | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) 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"