then proper indentation is checked, with the digit indicating the
indentation level required. A value of zero turns off this style check.
The rule checks that the following constructs start on a column that is
- a multiple of the alignment level:
+ one plus a multiple of the alignment level:
* beginnings of declarations (except record component declarations)
and statements;
or body or that completes a compound statement.
Full line comments must be
- aligned with the ``--`` starting on a column that is a multiple of
+ aligned with the ``--`` starting on a column that is one plus a multiple of
the alignment level, or they may be aligned the same way as the following
non-blank line (this is useful when full line comments appear in the middle
- of a statement, or they may be aligned with the source line on the previous
+ of a statement), or they may be aligned with the source line on the previous
non-blank line.
.. index:: -gnatya (gcc)
@copying
@quotation
-GNAT User's Guide for Native Platforms , Aug 26, 2024
+GNAT User's Guide for Native Platforms , Aug 30, 2024
AdaCore
then proper indentation is checked, with the digit indicating the
indentation level required. A value of zero turns off this style check.
The rule checks that the following constructs start on a column that is
-a multiple of the alignment level:
+one plus a multiple of the alignment level:
@itemize *
@end itemize
Full line comments must be
-aligned with the @code{--} starting on a column that is a multiple of
+aligned with the @code{--} starting on a column that is one plus a multiple of
the alignment level, or they may be aligned the same way as the following
non-blank line (this is useful when full line comments appear in the middle
-of a statement, or they may be aligned with the source line on the previous
+of a statement), or they may be aligned with the source line on the previous
non-blank line.
@end table