Skip to content
This repository was archived by the owner on Apr 30, 2020. It is now read-only.

Commit b9d0daf

Browse files
Add new configuration points
1 parent 28a6af8 commit b9d0daf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,27 @@
183183
"title": "D-Scanner config file",
184184
"type": "string",
185185
"default": "dscanner.ini"
186+
},
187+
"filePatterns": {
188+
"title": "Patterns for files to analyze (see https://dlang.org/phobos/std_path.html#.globMatch for pattern syntax)",
189+
"type": "array",
190+
"default": []
186191
}
187192
}
188193
},
189194
"format": {
190195
"title": "Formatting",
191196
"type": "object",
192197
"properties": {
198+
"engine": {
199+
"title": "Formatting engine",
200+
"type": "string",
201+
"enum": [
202+
"dfmt",
203+
"indent"
204+
],
205+
"default": "dfmt"
206+
},
193207
"endOfLine": {
194208
"title": "End of line",
195209
"type": "string",

0 commit comments

Comments
 (0)