diff options
m--------- | 3rd/EmmyLuaCodeStyle | 0 | ||||
-rw-r--r-- | make/code_format.lua | 6 |
2 files changed, 4 insertions, 2 deletions
diff --git a/3rd/EmmyLuaCodeStyle b/3rd/EmmyLuaCodeStyle -Subproject e101f093b73109c1f8a9d0c3b784eb63364bf4e +Subproject d457471383e356345875bd1b8d8492fc1835d50 diff --git a/make/code_format.lua b/make/code_format.lua index c36a6b4f..f884c9af 100644 --- a/make/code_format.lua +++ b/make/code_format.lua @@ -6,7 +6,9 @@ lm.cxx = 'c++17' lm:source_set 'code_format' { rootdir = '../3rd/EmmyLuaCodeStyle', includes = { - "include", + "Util/include", + "CodeFormatCore/include", + "LuaParser/include", "../bee.lua/3rd/lua", "3rd/wildcards/include" }, @@ -21,7 +23,7 @@ lm:source_set 'code_format' { "Util/src/SymSpell/*.cpp", "Util/src/InfoTree/*.cpp", --CodeService - "CodeService/src/**/*.cpp", + "CodeFormatCore/src/**/*.cpp", }, windows = { flags = "/utf-8", |