diff options
Diffstat (limited to 'make/code_format.lua')
-rw-r--r-- | make/code_format.lua | 6 |
1 files changed, 4 insertions, 2 deletions
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", |