Skip to content

Commit 9b5e762

Browse files
authored
remove std numeric use
1 parent 66eeece commit 9b5e762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeService/src/LuaEditorConfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ void LuaEditorConfig::ParseFromSection(std::shared_ptr<LuaCodeStyleOptions> opti
478478
}
479479
else if (configMap.at("max_line_length") == "unset")
480480
{
481-
options->max_line_length = std::numeric_limits<int>::max();
481+
options->max_line_length = 998;
482482
}
483483
}
484484

0 commit comments

Comments
 (0)