1 file changed
+1
-1
lines changedSubmodule EmmyLuaCodeStyle updated 27 files
- CodeFormatServer/src/LanguageService.cpp+1-1
- CodeService/src/AstUtil.cpp+13
- CodeService/src/FormatElement/IndentElement.cpp+51-1
- CodeService/src/FormatElement/StatementElement.cpp+29-2
- CodeService/src/LuaFormatter.cpp+34-6
- LuaParser/CMakeLists.txt+1
- LuaParser/src/LuaDocTokenParser.cpp+227
- LuaParser/src/LuaFile.cpp+1
- LuaParser/src/LuaParser.cpp+91-11
- LuaParser/src/LuaTokenParser.cpp+39-14
- README.md+1
- README_EN.md+1
- Test/test_script/format_text/wait_format/tagFormat-disable-next.lua+14
- Test/test_script/format_text/wait_format/tagFormat-disable.lua+12
- Test/test_script/format_text/wait_format_should_be/tagFormat-disable-next.lua+14
- Test/test_script/format_text/wait_format_should_be/tagFormat-disable.lua+12
- docs/disable_format.md+33
- docs/disable_format_EN.md+33
- include/CodeService/AstUtil.h+3
- include/CodeService/FormatElement/FormatElement.h+1-1
- include/CodeService/FormatElement/IndentElement.h+16
- include/CodeService/FormatElement/StatementElement.h+6
- include/LuaParser/LuaAstNode/LuaAstNodeType.h+4-1
- include/LuaParser/LuaDocTokenParser.h+47
- include/LuaParser/LuaParser.h+7
- include/LuaParser/LuaTokenParser.h+3-1
- include/LuaParser/LuaTokenTypeDetail.h+8-1
0 commit comments