Skip to content

Commit 7f0a400

Browse files
committed
add elixirLS.dotFormatter setting
1 parent 6492901 commit 7f0a400

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,12 @@
223223
"type": "string",
224224
"description": "Absolute path to alternative ElixirLS release that will override the packaged release",
225225
"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
226232
}
227233
}
228234
},

0 commit comments

Comments
 (0)