You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is already a rule to check for useless empty line at the end of a file and for trailing whitespaces.
What about adding a rule to check for useless double space (without warning for leading whitespaces)?
Example:
let s =
print_endline "Hi!"
^^
The text was updated successfully, but these errors were encountered:
There is already a rule to check for useless empty line at the end of a file and for trailing whitespaces.
What about adding a rule to check for useless double space (without warning for leading whitespaces)?
Example:
The text was updated successfully, but these errors were encountered: