diff options
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", }, |