Skip to content

Commit 72f79b1

Browse files
committed
add setting Lua.format.enable
1 parent f8e79aa commit 72f79b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package/configuration.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,12 @@ local config = {
502502
},
503503
markdownDescription = "%config.hint.arrayIndex%"
504504
},
505+
["Lua.format.enable"] = {
506+
scope = 'resource',
507+
type = "boolean",
508+
default = "true",
509+
markdownDescription = "%config.format.enable%"
510+
},
505511
['Lua.misc.parameters'] = {
506512
scope = 'resource',
507513
type = "array",

0 commit comments

Comments
 (0)