Improve code consistency #4
Labels
Enhancement
An idea for a new feature or a modification to an existing feature.
Help Wanted
Extra assistance is required for solving this.
Low Priority
This issue isn't of much importance.
Milestone
Proposed changes
Code formatting rules
--
&--[[ ]]
) instead of C-style comments (//
,/* */
).or
,and
,not
,~=
) instead of C-style operators (||
,&&
,!
,!=
).if ( whatever == true ) then
rather thanif ( whatever ) then
).The text was updated successfully, but these errors were encountered: