3 files changed
+3
-3
lines changedSubmodule EmmyLuaCodeStyle updated 13 files
- CodeService/CMakeLists.txt+2-1
- CodeService/src/FormatElement/MaxLineElement.cpp+66
- CodeService/src/LuaCodeStyleOptions.cpp+1
- CodeService/src/LuaEditorConfig.cpp+27-14
- CodeService/src/LuaFormatter.cpp+9-1
- README.md+5-1
- Test/test_script/format_text/wait_format_should_be/local_or_assign.lua+2-2
- docs/format_config.md+4
- docs/format_config_EN.md+4
- include/CodeService/FormatElement/FormatElementType.h+1
- include/CodeService/FormatElement/MaxLineElement.h+16
- include/CodeService/LuaCodeStyleOptions.h+2-1
- lua.template.editorconfig+7-5
- .gitignore+2-1
- bee/config.h-11
- bee/error.h+7-8
- bee/format.h+2-2
- bee/platform/version.h+1-2
- bee/subprocess.h-2
- bee/subprocess/subprocess_win.h+4-4
- bee/utility/expected.h+2
- bee/utility/module_version_win.h+50-51
- bee/utility/path_helper.h+5-6
- bee/utility/unicode_win.h+13-14
- binding/lua_filesystem.cpp-1
- compile/bootstrap.lua
- compile/common.lua+17-45
- compile/config.lua
- compile/lua.lua
- make.lua+5-10
- project/macos-universal.lua-53
- test/shell.lua+15-1
- test/test_filesystem.lua+9-5
- test/test_filewatch.lua+11-10
- test/test_socket.lua+29-20
- 3rd/bee.lua+1-1
- compile/install.sh+6-6
- compile/ninja/android.ninja+34-30
- compile/ninja/linux.ninja+34-30
- compile/ninja/macos.ninja+38-32
- compile/ninja/mingw.ninja+40-35
- compile/ninja/msvc.ninja+41-36
- scripts/action.lua+24-5
- scripts/arguments.lua+1-1
- scripts/command/init.lua+1-1
- scripts/command/rebuild.lua+1-1
- scripts/command/remake.lua-4
- scripts/fsutil.lua+1-1
- scripts/glob.lua+4-6
- scripts/lua_support.lua+9-5
- scripts/ninja_writer.lua+3
- scripts/simulator.lua+10-4
- scripts/writer.lua+51-21
0 commit comments