editor settings

This commit is contained in:
Florian Dold 2020-07-20 16:20:16 +05:30
parent e0ee0e39bb
commit a2e7f21627
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -35,5 +35,11 @@
"**/*.js.map": true
},
"editor.wrappingIndent": "same",
"editor.tabSize": 2
"editor.tabSize": 2,
"search.exclude": {
"dist": true,
"prebuilt": true,
"src/i18n/*.po": true
},
"search.collapseResults": "auto"
}