diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
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, |