NormalizeComments¶
Normalize comments.
Disabling the formatter
NormalizeComments is included in the default formatters, but it can be also run separately with:
You can also disable it:
Normalizes spacing after the beginning of the comment. Fixes missing-space-after-comment rule violations
from the Robocop.
Skip formatting¶
It is possible to use the following arguments to skip formatting of the code:
- skip option (
--skip comments)