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 69188f7 commit 58a71a9Copy full SHA for 58a71a9
CodeService/src/LuaEditorConfig.cpp
@@ -304,4 +304,10 @@ void LuaEditorConfig::ParseFromSection(std::shared_ptr<LuaCodeStyleOptions> opti
304
styleOption.second = NameStyleRuleMatcher::ParseFrom(value);
305
}
306
307
+
308
+ if (options->indent_style == IndentStyle::Tab)
309
+ {
310
+ options->continuous_assign_table_field_align_to_equal_sign = false;
311
+ options->align_table_field_to_first_field = false;
312
+ }
313
0 commit comments