diff options
Diffstat (limited to 'make/code_format.lua')
-rw-r--r-- | make/code_format.lua | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/make/code_format.lua b/make/code_format.lua index 4d0764db..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" }, @@ -19,8 +21,9 @@ lm:source_set 'code_format' { "Util/src/StringUtil.cpp", "Util/src/Utf8.cpp", "Util/src/SymSpell/*.cpp", + "Util/src/InfoTree/*.cpp", --CodeService - "CodeService/src/**/*.cpp", + "CodeFormatCore/src/**/*.cpp", }, windows = { flags = "/utf-8", |