diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-06-13 20:21:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-13 20:21:17 +0800 |
commit | 2b5257d3d097c2726e5098a43c333aa20a461c2e (patch) | |
tree | 7a331e4a281febbe43577d8d3bedd11ef3d994c5 | |
parent | fa287e75c9d4ad2ebabc1a6ceec5bbc9393a33b8 (diff) | |
parent | c4a331486da301fdcac3014e6fe6b5a15c2a5090 (diff) | |
download | lua-language-server-2b5257d3d097c2726e5098a43c333aa20a461c2e.zip |
Merge pull request #2162 from CppCXY/master
update format 1.2.0
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", |