diff options
author | Zero~Informatique | 2020-02-12 21:25:07 +0100 |
---|---|---|
committer | Notkea | 2020-02-12 21:44:51 +0100 |
commit | af4660b4c4fea455dfffbf2d966bae425ed6effb (patch) | |
tree | d0767971137faa81380a50661c47b848b10ccc5b /viewer/visualstudio.code-workspace | |
parent | d2b06df90fd1e8f6b89c49704150de45aee92b51 (diff) | |
download | ldgallery-af4660b4c4fea455dfffbf2d966bae425ed6effb.tar.gz |
viewer: project configuration - eof-last enforced
Diffstat (limited to 'viewer/visualstudio.code-workspace')
-rw-r--r-- | viewer/visualstudio.code-workspace | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
7 | "settings": { | 7 | "settings": { |
8 | "editor.formatOnSave": true, | 8 | "editor.formatOnSave": true, |
9 | "editor.wordBasedSuggestions": false, | 9 | "editor.wordBasedSuggestions": false, |
10 | "files.insertFinalNewline": true, | ||
11 | "files.trimFinalNewlines": true, | ||
10 | "javascript.format.semicolons": "insert", | 12 | "javascript.format.semicolons": "insert", |
11 | "typescript.disableAutomaticTypeAcquisition": true, | 13 | "typescript.disableAutomaticTypeAcquisition": true, |
12 | "vue-i18n-ally.keystyle": "flat", | 14 | "vue-i18n-ally.keystyle": "flat", |