Skip to content

Commit c4a3314

Browse files
committed
update format 1.2.0
1 parent 26f0844 commit c4a3314

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

3rd/EmmyLuaCodeStyle

Submodule EmmyLuaCodeStyle updated 136 files

make/code_format.lua

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ lm.cxx = 'c++17'
66
lm:source_set 'code_format' {
77
rootdir = '../3rd/EmmyLuaCodeStyle',
88
includes = {
9-
"include",
9+
"Util/include",
10+
"CodeFormatCore/include",
11+
"LuaParser/include",
1012
"../bee.lua/3rd/lua",
1113
"3rd/wildcards/include"
1214
},
@@ -21,7 +23,7 @@ lm:source_set 'code_format' {
2123
"Util/src/SymSpell/*.cpp",
2224
"Util/src/InfoTree/*.cpp",
2325
--CodeService
24-
"CodeService/src/**/*.cpp",
26+
"CodeFormatCore/src/**/*.cpp",
2527
},
2628
windows = {
2729
flags = "/utf-8",

0 commit comments

Comments
 (0)