We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6492901 commit 7f0a400Copy full SHA for 7f0a400
package.json
@@ -223,6 +223,12 @@
223
"type": "string",
224
"description": "Absolute path to alternative ElixirLS release that will override the packaged release",
225
"minLength": 0
226
+ },
227
+ "elixirLS.dotFormatter": {
228
+ "scope": "resource",
229
+ "type": "string",
230
+ "description": "Path to a custom .formatter.exs file used when formatting documents",
231
+ "minLength": 0
232
}
233
234
},
0 commit comments