We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780f389 commit 2265c0aCopy full SHA for 2265c0a
CodeService/src/LuaTypeFormat.cpp
@@ -192,6 +192,7 @@ void LuaTypeFormat::FormatLine(int line)
192
{
193
LuaCodeStyleOptions temp = _options;
194
temp.insert_final_newline = true;
195
+ temp.remove_expression_list_finish_comma = false;
196
LuaFormatter formatter(_parser, temp);
197
formatter.BuildFormattedElement();
198
0 commit comments