diff options
author | CppCXY <812125110@qq.com> | 2022-01-19 16:10:51 +0800 |
---|---|---|
committer | CppCXY <812125110@qq.com> | 2022-01-19 16:10:51 +0800 |
commit | 53b4c03fb2e7aa4969b5a1fd712686bad9548131 (patch) | |
tree | 9025b760ab47191bcffee8abfe20aaf2c1d5af60 /script/provider/capability.lua | |
parent | 2f984c1a2baf162f72240ca7b7f3f530459a71f4 (diff) | |
download | lua-language-server-53b4c03fb2e7aa4969b5a1fd712686bad9548131.zip |
提交代码格式化
Diffstat (limited to 'script/provider/capability.lua')
-rw-r--r-- | script/provider/capability.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/provider/capability.lua b/script/provider/capability.lua index 8a1424ca..27950d7f 100644 --- a/script/provider/capability.lua +++ b/script/provider/capability.lua @@ -112,6 +112,7 @@ function m.getIniter() range = true, full = false, }, + documentFormattingProvider = true --documentOnTypeFormattingProvider = { -- firstTriggerCharacter = '}', --}, |