Lines Matching refs:after
99 # Add or remove space after the capture specification of a C++11 lambda when
103 # Add or remove space after the capture specification of a C++11 lambda with
107 # Add or remove space after the argument list of a C++11 lambda, as in
125 # Add or remove space after assignment operator '=', '+=', etc.
141 # Add or remove space after assignment '=' in enum.
154 # Add or remove space after preprocessor '#' stringify operator.
196 # Add or remove space after pointer star '*', if followed by a word.
201 # Add or remove space after pointer caret '^', if followed by a word.
204 # Add or remove space after pointer star '*', if followed by a qualifier.
207 # Add or remove space after a pointer star '*', if followed by a function
213 # Add or remove space after a pointer star '*', if followed by an open
228 # Add or remove space after reference sign '&', if followed by a word.
233 # Add or remove space after a reference sign '&', if followed by a function
271 # Add or remove space after '>'.
300 # Add or remove space after '(' of control statements.
310 # Add or remove space after ')' of control statements.
319 # (D) Add or remove space after the ')' in 'invariant (C) c'.
336 # Add or remove space after ';', except when followed by a comment.
341 # Add or remove space after ';' in non-empty 'for' statements.
346 # Add or remove space after the final semicolon of an empty part of a for
374 # Add or remove space after ',', i.e. 'a,b' vs. 'a, b'.
419 # Add or remove space after class ':'.
425 # Add or remove space after class constructor ':'.
447 # Add or remove space after C/D cast, i.e. 'cast(int)a' vs. 'cast(int) a' or
470 # (Pawn) Add or remove space after the tag keyword.
482 # Add or remove space after open brace in an unnamed temporary
693 # Add or remove space after the '::' operator.
699 # Add or remove space after the '!' (not) unary operator.
704 # Add or remove space after the '~' (invert) unary operator.
709 # Add or remove space after the '&' (address-of) unary operator. This does not
710 # affect the spacing after a '&' that is part of a type.
720 # Add or remove space after the '*' (dereference) unary operator. This does
721 # not affect the spacing after a '*' that is part of a type.
726 # Add or remove space after '+' or '-', as in 'x = -5' or 'y = +7'.
742 # (OC) Add or remove space after the scope '+' or '-', as in '-(void) foo;'
746 # (OC) Add or remove space after the colon in message specs,
754 # (OC) Add or remove space after the colon in immutable dictionary expression
762 # (OC) Add or remove space after the colon in message specs,
770 # (OC) Add or remove space after the (type) in message specs,
774 # (OC) Add or remove space after the first (type) in message specs,
796 # (OC) Add or remove space after a block pointer caret,
804 # (OC) Add or remove space after '@property'.
819 # Add or remove space after the ':' in 'b ? t : f'.
832 # Add or remove space after the '?' in 'b ? t : f'.
850 # Add or remove space after ':' in a Java/C++11 range-based 'for',
861 # Add or remove space after the opening of a C++ comment,
865 # If true, space is added with sp_cmt_cpp_start will be added after doxygen
869 # If true, space is added with sp_cmt_cpp_start will be added after Qt
876 # Add or remove space after 'new', 'delete' and 'delete[]'.
889 # Add or remove space after the open parenthesis of the new operator,
913 # Add or remove space after 'noexcept'.
916 # Add or remove space after '_'.
919 # If true, a <TAB> is inserted after #define.
1021 # Whether to indent the stuff after a leading base class colon.
1024 # Whether to indent based on a class colon instead of the stuff after the
1028 # Whether to indent the stuff after a leading class initializer colon.
1044 # Amount to indent variable declarations after a open brace.
1173 # Whether to indent the code after an access specifier by one level.
1178 # line so that it lines up after the open parenthesis (not recommended).
1181 # How to indent a close parenthesis after a newline.
1221 # so that it lines up after the open square (not recommended).
1233 # If true, the indentation of the chunks after a '=' sequence will be set at
1287 # When indenting after virtual brace open and newline add further spaces to
1291 # Whether to add further spaces after regular indent to reach next tabstop
1292 # when identing after virtual brace open and newline.
1295 # How to indent after a brace followed by another token (not a newline).
1329 # If true, the indentation of the chunks after a `return` sequence will be set at return indentatio…
1332 # If true, the indentation of the chunks after a `return new` sequence will be set at return indent…
1335 # If true, the tokens after return are indented with regular single indentation. By default (false)…
1427 # (D) Add or remove newline after '= ['. Will also affect the newline before
1552 # Add a newline after '(' if an if/for/while/switch condition spans multiple
1560 # Force a newline in a define after the macro name for multi-line defines.
1567 # Whether to add a newline after a 'case' statement.
1581 # Add or remove newline after 'template<...>' of a template class.
1584 # Add or remove newline after 'template<...>' of a template class declaration.
1589 # Add or remove newline after 'template<>' of a specialized class declaration.
1594 # Add or remove newline after 'template<...>' of a template class definition.
1599 # Add or remove newline after 'template<>' of a specialized class definition.
1604 # Add or remove newline after 'template<...>' of a template function.
1607 # Add or remove newline after 'template<...>' of a template function
1613 # Add or remove newline after 'template<>' of a specialized function
1619 # Add or remove newline after 'template<...>' of a template function
1625 # Add or remove newline after 'template<>' of a specialized function
1631 # Add or remove newline after 'template<...>' of a template variable.
1641 # Add or remove newline before or after (depending on pos_class_comma,
1645 # Add or remove newline after each ',' in the constructor member
1650 # Add or remove newline before first element, after comma, and after last
1697 # Add or remove newline after '(' in a function declaration.
1700 # Add or remove newline after '(' in a function definition.
1709 # Whether to add a newline after '(' in a function declaration if '(' and ')'
1713 # Whether to add a newline after '(' in a function definition if '(' and ')'
1717 # Add or remove newline after each ',' in a function declaration.
1720 # Add or remove newline after each ',' in a function definition.
1723 # Add or remove newline after each ',' in a function call.
1726 # Whether to add a newline after each ',' in a function declaration if '('
1730 # Whether to add a newline after each ',' in a function definition if '('
1763 # Whether to add a newline after '(' in a function call,
1770 # Whether to add a newline after '(' in a function call if '(' and ')' are in
1774 # Whether to add a newline after each ',' in a function call if '(' and ')'
1785 # Whether to add a newline after '<' of a template parameter list.
1788 # Whether to add a newline after each ',' in a template parameter list.
1811 # Whether to add a newline after semicolons, except in 'for' statements.
1818 # Whether to add a newline after the type in an unnamed temporary
1822 # Whether to add a newline after the open brace in an unnamed temporary
1830 # Whether to add a newline after '{'. This also adds a newline before the
1838 # Whether to add a newline after a virtual brace open with a non-empty body.
1842 # Whether to add a newline after a virtual brace open with an empty body.
1846 # Whether to add a newline after '}'. Does not apply if followed by a
1850 # Whether to add a newline after a virtual brace close,
1867 # Whether to remove blanks after '#ifxx' and '#elxx', or before '#elxx' and
1877 # Add or remove blank line after 'if' statement. Add/Force work only if the
1884 # Add or remove blank line after 'for' statement.
1890 # Add or remove blank line after 'while' statement.
1896 # Add or remove blank line after 'switch' statement.
1902 # Add or remove blank line after 'synchronized' statement.
1908 # Add or remove blank line after 'do/while' statement.
1911 # Whether to put a blank line before 'return' statements, unless after an open
1915 # Whether to put a blank line after 'return' statements, unless followed by a
1922 # (Java) Whether to put a blank line after a member '.' or '->' operators.
1932 # Add or remove newline before or after (depending on pos_class_colon) a class
2001 # The number of newlines after a function prototype.
2004 # The number of newlines after a function prototype, if not followed by
2008 # The number of newlines after a class constructor/destructor prototype.
2011 # The number of newlines after a class constructor/destructor prototype,
2022 # The number of newlines after '}' of a multi-line function body.
2025 # The number of newlines after '}' of a multi-line function body in a class
2031 # The number of newlines after '}' of a single line function body. Also
2037 # The number of blank lines after a block of variable definitions at the top
2049 # The number of newlines after a block of typedefs.
2066 # The number of newlines after a block of variable definitions not at the top
2079 # Doesn't apply if after a brace open or another multi-line comment.
2083 # Doesn't apply if after a brace open or other single-line C comments.
2087 # Doesn't apply if after a brace open or other CPP comments.
2090 # Whether to force a newline after a multi-line comment.
2093 # Whether to force a newline after a label's colon.
2096 # The number of newlines after '}' or ';' of a struct/enum/union definition.
2102 # The number of newlines after '}' or ';' of a class definition.
2108 # The number of newlines after '{' of a namespace. This also adds newlines
2117 # The number of newlines after '}' of a namespace.
2122 # if after a brace open.
2127 # The number of newlines after an access specifier label. This also includes
2129 # if after a brace open.
2142 # The number of newlines after a try-catch-finally block that isn't followed
2148 # (C#) The number of newlines before and after a property, indexer or event
2162 # Whether to remove blank lines after '{'.
2175 # (Java) Add or remove newline after an annotation statement. Only affects
2176 # annotations that are after a newline.
2187 # The number of newlines after a whole-file #ifdef.
2197 # The number of newlines after a whole-file #endif.
2366 # Whether to align any attribute after the variable name.
2481 # If aligning comments, whether to mix with comments after '}' and #endif with
2554 # Whether to align text after 'asm volatile ()' colons.
2634 # The number of spaces to insert after the star on subsequent comment lines.
2770 # a comment after the close brace, a comment will be added.
2774 # have a comment after the close brace, a comment will be added.
2778 # comment after the close brace, a comment will be added.
2782 # comment after the close brace, a comment will be added.
2786 # a comment after the #endif, a comment will be added.
2790 # doesn't have a comment after the #else, a comment will be added.
2826 # Whether to move a 'break' that appears after a fully braced 'case' before
2838 # Add or remove the comma after the last value of an enumeration.
2888 # Add or remove space after # based on pp_level of #if blocks.