Skip to content

Commit cfb5864

Browse files
committed
remove code_format for now
1 parent d2161c5 commit cfb5864

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

make.lua

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ elseif platform.OS == 'Linux' then
3636
end
3737

3838
lm:import "3rd/bee.lua/make.lua"
39-
lm:import "make/code_format.lua"
39+
--lm:import "make/code_format.lua"
4040

4141
lm:source_set 'lpeglabel' {
4242
rootdir = '3rd',
@@ -48,7 +48,11 @@ lm:source_set 'lpeglabel' {
4848
}
4949

5050
lm:executable "lua-language-server" {
51-
deps = { "lpeglabel", "source_bootstrap", "code_format" },
51+
deps = {
52+
"lpeglabel",
53+
"source_bootstrap",
54+
--"code_format",
55+
},
5256
includes = {
5357
"3rd/bee.lua",
5458
"3rd/bee.lua/3rd/lua",

0 commit comments

Comments
 (0)