1 file changed
+1
-1
lines changedSubmodule EmmyLuaCodeStyle updated 86 files
- CHANGELOG.md+10
- CHANGELOG_EN.md+9
- CodeFormat/src/LuaFormat.cpp+6-6
- CodeFormat/src/LuaFormat.h+8-8
- CodeFormatCore/CMakeLists.txt+4-4
- CodeFormatCore/include/CodeFormatCore/Config/LuaStyle.h+9-1
- CodeFormatCore/include/CodeFormatCore/Config/LuaStyleEnum.h+8-1
- CodeFormatCore/include/CodeFormatCore/Diagnostic/DiagnosticType.h+1
- CodeFormatCore/include/CodeFormatCore/Diagnostic/Spell/BasicSpellParserType.h-27
- CodeFormatCore/include/CodeFormatCore/Diagnostic/Spell/CodeSpellChecker.h+7-9
- CodeFormatCore/include/CodeFormatCore/Diagnostic/Spell/IdentifyParser.h-39
- CodeFormatCore/include/CodeFormatCore/Diagnostic/Spell/TextParser.h-13
- CodeFormatCore/include/CodeFormatCore/Diagnostic/Spell/Util.h+51
- CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatAnalyzerType.h+3-1
- CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatStrategy.h+11-2
- CodeFormatCore/include/CodeFormatCore/Format/Analyzer/SemicolonAnalyzer.h+28
- CodeFormatCore/include/CodeFormatCore/Format/FormatBuilder.h+3
- CodeFormatCore/include/CodeFormatCore/RangeFormat/RangeFormatBuilder.h+1-1
- CodeFormatCore/include/CodeFormatCore/TypeFormat/LuaTypeFormat.h+8-13
- CodeFormatCore/include/CodeFormatCore/TypeFormat/LuaTypeFormatFeatures.h+14
- CodeFormatCore/include/CodeFormatCore/TypeFormat/LuaTypeFormatOptions.h-16
- CodeFormatCore/src/Config/FunctionOption.cpp+1-1
- CodeFormatCore/src/Config/LuaEditorConfig.cpp+1-1
- CodeFormatCore/src/Config/LuaStyle.cpp+15-1
- CodeFormatCore/src/Diagnostic/CodeStyle/CodeStyleChecker.cpp+30
- CodeFormatCore/src/Diagnostic/Spell/CodeSpellChecker.cpp+26-46
- CodeFormatCore/src/Diagnostic/Spell/IdentifyParser.cpp-148
- CodeFormatCore/src/Diagnostic/Spell/TextParser.cpp-47
- CodeFormatCore/src/Diagnostic/Spell/Util.cpp+131
- CodeFormatCore/src/Format/Analyzer/SemicolonAnalyzer.cpp+138
- CodeFormatCore/src/Format/FormatBuilder.cpp+40-16
- CodeFormatCore/src/Format/FormatState.cpp+2
- CodeFormatCore/src/TypeFormat/LuaTypeFormat.cpp+7-6
- CodeFormatCore/src/TypeFormat/LuaTypeFormatFeatures.cpp+20
- CodeFormatCore/src/TypeFormat/LuaTypeFormatOptions.cpp-20
- CodeFormatLib/src/CodeFormatLib.cpp+2
- CodeFormatLib/src/LuaCodeFormat.cpp+9-9
- CodeFormatLib/src/LuaCodeFormat.h+1-1
- CodeFormatServer/src/LSP/LSPHandle.cpp+1-1
- CodeFormatServer/src/LanguageServer.cpp+17-18
- CodeFormatServer/src/LanguageServer.h+8-9
- CodeFormatServer/src/Service/CodeActionService.cpp+1-1
- CodeFormatServer/src/Service/DiagnosticService.cpp+4
- CodeFormatServer/src/Service/FormatService.cpp+1-1
- CodeFormatServer/src/Service/FormatService.h+1-1
- CodeFormatServer/src/Session/IOSession.cpp+40-52
- CodeFormatServer/src/Session/Protocol/ProtocolBuffer.cpp+104-139
- CodeFormatServer/src/Session/Protocol/ProtocolBuffer.h+18-19
- CodeFormatServer/src/Session/Protocol/ProtocolParser.cpp+36-49
- CodeFormatServer/src/Session/Protocol/ProtocolParser.h+12-12
- CodeFormatServer/src/VFS/VirtualFile.cpp+1-1
- CodeFormatServer/src/main.cpp+19-22
- LuaParser/CMakeLists.txt+1-1
- LuaParser/include/LuaParser/Ast/LuaSyntaxTree.h+3-3
- LuaParser/include/LuaParser/File/LuaFile.h-55
- LuaParser/include/LuaParser/File/LuaSource.h+58
- LuaParser/include/LuaParser/Lexer/LuaLexer.h+4-4
- LuaParser/include/LuaParser/Lexer/LuaTokenTypeDetail.h+50-51
- LuaParser/include/LuaParser/Lexer/TextReader.h+13-3
- LuaParser/include/LuaParser/Parse/LuaParser.h+3-3
- LuaParser/include/LuaParser/exception/LuaParseException.h+2-4
- LuaParser/src/Ast/LuaSyntaxTree.cpp+5-5
- LuaParser/src/File/LuaSource.cpp+26-25
- LuaParser/src/Lexer/LuaLexer.cpp+3-3
- LuaParser/src/Lexer/TextReader.cpp+6-10
- LuaParser/src/Parse/LuaParser.cpp+18-4
- LuaParser/src/exception/LuaParseException.cpp+1-2
- README.md+4
- README_EN.md+3
- Test/src/FormatStyle_unitest.cpp+192-1
- Test/src/TestHelper.cpp+3-3
- Test2/src/FormatTest2.cpp+1-1
- Util/include/Util/SymSpell/EditDistance.h+7-8
- Util/include/Util/SymSpell/IDistance.h+4-5
- Util/include/Util/SymSpell/SuggestItem.h+10-11
- Util/include/Util/SymSpell/SymSpell.h+42-47
- Util/src/SymSpell/DamerauOSADistance.hpp+204-240
- Util/src/SymSpell/EditDistance.cpp+3-5
- Util/src/SymSpell/SuggestItem.cpp+6-9
- Util/src/SymSpell/SymSpell.cpp+323-449
- docs/format_config.md+13
- docs/format_config_EN.md+14
- docs/name_style.md+2-2
- docs/name_style_EN.md+2-2
- lua.template.editorconfig+3
- resources/lua_dict.txt+10
0 commit comments