From 3009c4367f9bde18a297ca9843bf78a600f9ad9d Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Thu, 30 Nov 2017 02:00:25 +0530 Subject: [PATCH] CRLF to LF --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index cb92a2e..a877113 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,5 @@ { - + "editor.insertSpaces": false, + "editor.tabSize": 4, + "files.eol": "\n" } \ No newline at end of file