aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@axiomatics.org>2018-01-02 23:04:18 -0800
committerGabriel Dos Reis <gdr@axiomatics.org>2018-01-02 23:04:18 -0800
commit7dfe7a715b7baad376fe10f475fc4414ad235572 (patch)
treefd90ecc5e0365b50458976d0077fde8a62fb6e31 /.vscode
parentcfaa50b1a3f9461bb96c7f871e2ac05778d25786 (diff)
downloadopen-axiom-7dfe7a715b7baad376fe10f475fc4414ad235572.tar.gz
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.
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json3
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,