From 04f0f5077a3567043f202c7caa9a3c40ad798637 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 30 Dec 2019 23:30:35 +0100 Subject: Reformat with tsfmt --- editors/code/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editors/code/tsconfig.json') diff --git a/editors/code/tsconfig.json b/editors/code/tsconfig.json index a4fbb4b82..fe3b40f34 100644 --- a/editors/code/tsconfig.json +++ b/editors/code/tsconfig.json @@ -12,7 +12,8 @@ "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true + "noFallthroughCasesInSwitch": true, + "newLine": "LF" }, "exclude": [ "node_modules" -- cgit v1.2.3