aboutsummaryrefslogtreecommitdiff
path: root/viewer/visualstudio.code-workspace
diff options
context:
space:
mode:
authorZero~Informatique2020-04-27 22:23:10 +0200
committerZero~Informatique2020-04-28 03:47:50 +0200
commit113bff3c4dcc1976f24df16d4224e1871e665ae0 (patch)
treed10c16f03daf9eda07e65cf53198e7a4cd4742f6 /viewer/visualstudio.code-workspace
parent53bbb2b65e405aa93f1689faabce9cfa019e6d8f (diff)
downloadldgallery-113bff3c4dcc1976f24df16d4224e1871e665ae0.tar.gz
viewer: tabSize, quote-props, quotes, object-curly-spacing
Diffstat (limited to 'viewer/visualstudio.code-workspace')
-rw-r--r--viewer/visualstudio.code-workspace34
1 files changed, 18 insertions, 16 deletions
diff --git a/viewer/visualstudio.code-workspace b/viewer/visualstudio.code-workspace
index 8c1079e..8315cbb 100644
--- a/viewer/visualstudio.code-workspace
+++ b/viewer/visualstudio.code-workspace
@@ -1,20 +1,22 @@
1{ 1{
2 "folders": [ 2 "folders": [
3 { 3 {
4 "path": "." 4 "path": "."
5 } 5 }
6 ], 6 ],
7 "settings": { 7 "settings": {
8 "editor.formatOnSave": true, 8 "editor.tabSize": 2,
9 "editor.wordBasedSuggestions": false, 9 "editor.formatOnSave": true,
10 "files.insertFinalNewline": true, 10 "editor.wordBasedSuggestions": false,
11 "files.trimFinalNewlines": true, 11 "editor.detectIndentation": false,
12 "javascript.format.semicolons": "insert", 12 "files.insertFinalNewline": true,
13 "typescript.disableAutomaticTypeAcquisition": true, 13 "files.trimFinalNewlines": true,
14 "vue-i18n-ally.keystyle": "flat", 14 "javascript.format.semicolons": "insert",
15 "vue-i18n-ally.localesPaths": "src/locales", 15 "typescript.disableAutomaticTypeAcquisition": true,
16 "i18n-ally.localesPaths": "src/locales", 16 "vue-i18n-ally.keystyle": "flat",
17 } 17 "vue-i18n-ally.localesPaths": "src/locales",
18 "i18n-ally.localesPaths": "src/locales",
19 },
18} 20}
19// Recommended Visual Studio Code extensions: 21// Recommended Visual Studio Code extensions:
20// - Vetur 22// - Vetur