2 files changed
+2
-10
lines changedSubmodule EmmyLuaCodeStyle updated 20 files
- .github/workflows/build.yml+17-5
- CONTRIBUTING.md+29
- CodeFormatCore/include/CodeFormatCore/Config/LuaStyle.h+13-13
- CodeFormatCore/include/CodeFormatCore/Diagnostic/Spell/IdentifyParser.h+1-1
- CodeFormatCore/src/Diagnostic/Spell/TextParser.cpp+1-1
- CodeFormatLib/src/LuaCodeFormat.cpp+18
- LuaParser/include/LuaParser/Ast/LuaSyntaxNode.h+2-2
- LuaParser/include/LuaParser/Ast/LuaSyntaxTree.h+3-3
- LuaParser/include/LuaParser/Ast/NodeOrToken.h+2-2
- LuaParser/include/LuaParser/File/LuaFile.h+2-2
- LuaParser/include/LuaParser/Lexer/LuaLexer.h+3-1
- LuaParser/include/LuaParser/Lexer/LuaToken.h+1-1
- LuaParser/include/LuaParser/Lexer/LuaTokenError.h+1-1
- LuaParser/include/LuaParser/Lexer/TextReader.h+1-1
- LuaParser/src/Lexer/LuaLexer.cpp+184-50
- LuaParser/src/Parse/LuaParser.cpp+1-1
- Test/src/Grammar_unitest.cpp+29-6
- Test/src/TestHelper.cpp+5-1
- Test/src/TestHelper.h+1-1
- Test2/src/FormatTest2.cpp+11-3
Lines changed: 1 addition & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 | 85 |
| |
92 |
| - | |
93 |
| - | |
94 |
| - | |
| 86 | + | |
95 | 87 |
| |
96 | 88 |
| |
97 | 89 |
| |
|
0 commit comments