1 file changed
+1
-1
lines changedSubmodule EmmyLuaCodeStyle updated 29 files
- .github/workflows/build.yml+1-1
- CodeService/src/Config/LuaStyle.cpp+2
- CodeService/src/Diagnostic/CodeStyle/CodeStyleChecker.cpp+17-36
- CodeService/src/Format/Analyzer/AlignAnalyzer.cpp+9-5
- CodeService/src/Format/Analyzer/FormatDocAnalyze.cpp+1-1
- CodeService/src/Format/Analyzer/FormatResolve.cpp+10
- CodeService/src/Format/Analyzer/IndentationAnalyzer.cpp+74-61
- CodeService/src/Format/Analyzer/LineBreakAnalyzer.cpp+3-2
- CodeService/src/Format/Analyzer/SpaceAnalyzer.cpp+17-21
- CodeService/src/Format/Analyzer/TokenAnalyzer.cpp+27-30
- CodeService/src/Format/FormatBuilder.cpp+20-24
- CodeService/src/Format/FormatState.cpp+26-4
- LuaParser/src/Lexer/LuaDocTokenParser.cpp-227
- include/CodeService/Config/EditorconfigPattern.h+14-13
- include/CodeService/Config/LuaStyle.h+2
- include/CodeService/Config/LuaStyleEnum.h+2
- include/CodeService/Format/Analyzer/AlignAnalyzer.h+1-1
- include/CodeService/Format/Analyzer/FormatAnalyzer.h+3-1
- include/CodeService/Format/Analyzer/FormatDocAnalyze.h+1-1
- include/CodeService/Format/Analyzer/FormatResolve.h+5
- include/CodeService/Format/Analyzer/FormatStrategy.h+21-23
- include/CodeService/Format/Analyzer/IndentationAnalyzer.h+23-11
- include/CodeService/Format/Analyzer/LineBreakAnalyzer.h+1-1
- include/CodeService/Format/Analyzer/SpaceAnalyzer.h+1-1
- include/CodeService/Format/Analyzer/TokenAnalyzer.h+7-4
- include/CodeService/Format/FormatState.h+12-7
- include/CodeService/Format/Types.h+4
- include/LuaParser/Lexer/LuaDocTokenParser.h-47
- lua.template.editorconfig+2
0 commit comments