From 7dfe7a715b7baad376fe10f475fc4414ad235572 Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Tue, 2 Jan 2018 23:04:18 -0800 Subject: Keep eol at LF Whatever you do, or don't do. Especially if you are editing on Windows plaforms. If you are using VS Code on Windows, this will help. --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index f607246c..562c85e2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -33,6 +33,9 @@ // The default character set encoding to use when reading and writing files. "files.encoding": "utf8", + // Whatever you do, please keep the file line ending with just LF. Please. + "files.eol": "\n", + // When enabled, will trim trailing whitespace when you save a file. "files.trimTrailingWhitespace": false, -- cgit v1.2.3