diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-05-11 11:32:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-11 11:32:12 +0800 |
commit | b422860aedb390744a566063991d57ccc829deb2 (patch) | |
tree | 07c8b91a0657e6e39d68778f230abbf3d2c4a489 /make/code_format.lua | |
parent | 7318bbba9808b94c59202d301ac4faf4dc7f1f5a (diff) | |
parent | 6a81d83e80db51e8e2736074bd6f0039e898b6c4 (diff) | |
download | lua-language-server-b422860aedb390744a566063991d57ccc829deb2.zip |
Merge pull request #2091 from CppCXY/master
name-style-check support
Diffstat (limited to 'make/code_format.lua')
-rw-r--r-- | make/code_format.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/code_format.lua b/make/code_format.lua index 4d0764db..c36a6b4f 100644 --- a/make/code_format.lua +++ b/make/code_format.lua @@ -19,6 +19,7 @@ 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", }, |