Commit bf225c6
File tree
4 files changed
+37
-5
lines changed- 3rd
- script
- core
- provider
- test/type_formatting
4 files changed
+37
-5
lines changedSubmodule EmmyLuaCodeStyle updated 16 files
- CodeFormat/src/CodeFormat.cpp+1-1
- CodeFormatLib/src/CodeFormatLib.cpp+113
- CodeFormatLib/src/LuaCodeFormat.cpp+28-6
- CodeFormatLib/src/LuaCodeFormat.h+3
- CodeFormatServer/src/LanguageService.cpp+10-39
- CodeService/CMakeLists.txt+1
- CodeService/src/LuaTypeFormat.cpp+203
- LuaParser/src/LuaFile.cpp+20
- LuaParser/src/LuaParser.cpp+15-12
- LuaParser/src/LuaTokenParser.cpp+1-1
- include/CodeService/FormatElement/SerializeContext.h+1-1
- include/CodeService/LuaFormatter.h-2
- include/CodeService/LuaTypeFormat.h+35
- include/LuaParser/LuaError.h+5-2
- include/LuaParser/LuaFile.h+2
- include/LuaParser/LuaParser.h+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
89 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
90 | 113 | | |
91 | 114 | | |
92 | 115 | | |
| |||
95 | 118 | | |
96 | 119 | | |
97 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
98 | 124 | | |
99 | 125 | | |
100 | 126 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1179 | 1179 | | |
1180 | 1180 | | |
1181 | 1181 | | |
1182 | | - | |
| 1182 | + | |
1183 | 1183 | | |
1184 | 1184 | | |
1185 | 1185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
127 | 133 | | |
0 commit comments