From af4660b4c4fea455dfffbf2d966bae425ed6effb Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Wed, 12 Feb 2020 21:25:07 +0100 Subject: viewer: project configuration - eof-last enforced --- viewer/visualstudio.code-workspace | 2 ++ 1 file changed, 2 insertions(+) (limited to 'viewer/visualstudio.code-workspace') diff --git a/viewer/visualstudio.code-workspace b/viewer/visualstudio.code-workspace index 0ba3584..da96c0a 100644 --- a/viewer/visualstudio.code-workspace +++ b/viewer/visualstudio.code-workspace @@ -7,6 +7,8 @@ "settings": { "editor.formatOnSave": true, "editor.wordBasedSuggestions": false, + "files.insertFinalNewline": true, + "files.trimFinalNewlines": true, "javascript.format.semicolons": "insert", "typescript.disableAutomaticTypeAcquisition": true, "vue-i18n-ally.keystyle": "flat", -- cgit v1.2.3