Feature Request (if not already present) - Add option to end all lines with semi-colon ;
#259
Labels
enhancement
New feature or request
;
#259
I'm used to programming in other languages like C# where you end each line with a semi-colon
;
and I'd rather keep this style preference in my Lua code. Can I enforce this with a style config option?For example, if any statement is missing the
;
then they should be added with this requested rule enabled:Should become:
The text was updated successfully, but these errors were encountered: