You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locale/en-us/setting.lua
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -195,6 +195,8 @@ config.hint.arrayIndex.Auto =
195
195
'Show hints only when the table is greater than 3 items, or the table is a mixed table.'
196
196
config.hint.arrayIndex.Disable=
197
197
'Disable hints of array index.'
198
+
config.format.enable=
199
+
'Enable code formatter.'
198
200
config.telemetry.enable=
199
201
[[
200
202
Enable telemetry to send your editor information and error logs over the network. Read our privacy policy [here](https://github.com/sumneko/lua-language-server/wiki/Privacy-Policy).
0 commit comments