File tree
3 files changed
+17
-1
lines changed- 3rd
- script
- config
- provider
3 files changed
+17
-1
lines changedSubmodule EmmyLuaCodeStyle updated 31 files
- .gitignore+2
- .idea/.gitignore-8
- .idea/EmmyLuaCodeStyle.iml-9
- .idea/modules.xml-8
- .idea/vcs.xml-6
- CodeFormatLib/src/CodeFormatLib.cpp+70
- CodeFormatLib/src/LuaCodeFormat.cpp+8
- CodeFormatLib/src/LuaCodeFormat.h+1
- CodeService/CMakeLists.txt+1-1
- CodeService/src/AstUtil.cpp+70
- CodeService/src/LuaCodeStyleOptions.cpp+9-9
- CodeService/src/LuaEditorConfig.cpp+13-7
- CodeService/src/LuaFormatter.cpp+38-36
- CodeService/src/NameStyle/NameStyleRuleMatcher.cpp+3-9
- Test/test_script/format_text/wait_format_by_option/.editorconfig+4-2
- Test/test_script/format_text/wait_format_by_option/call_arg_parentheses-eq-keep.lua+12
- Test/test_script/format_text/wait_format_by_option/call_arg_parentheses-eq-remove.lua+12
- Test/test_script/format_text/wait_format_by_option/keep_one_space_between_call_args_and_parentheses-eq-true.lua-15
- Test/test_script/format_text/wait_format_by_option_should_be/.editorconfig+4
- Test/test_script/format_text/wait_format_by_option_should_be/call_arg_parentheses-eq-keep.lua+9
- Test/test_script/format_text/wait_format_by_option_should_be/call_arg_parentheses-eq-remove.lua+9
- Test/test_script/format_text/wait_format_by_option_should_be/keep_one_space_between_call_args_and_parentheses-eq-true.lua-14
- Test/test_script/format_text/wait_format_should_be/expression.lua+1-1
- docs/format_config.md+20-26
- docs/format_config_EN.md+20-26
- include/CodeService/AstUtil.h+11
- include/CodeService/LuaCodeStyleEnum.h+7
- include/CodeService/LuaCodeStyleOptions.h+5-9
- include/CodeService/LuaEditorConfig.h+4-4
- include/CodeService/NameStyle/NameStyleRuleMatcher.h+2-3
- lua.template.editorconfig+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
| 213 | + | |
212 | 214 | | |
213 | 215 | | |
214 | 216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
34 | 41 | | |
35 | 42 | | |
| 43 | + | |
| 44 | + | |
36 | 45 | | |
37 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
38 | 52 | | |
39 | 53 | | |
40 | 54 | | |
| |||
0 commit comments