Lines Matching refs:a
82 # No space after a unary negation '-'
107 # No spaces inside the first parentheses in a function type
127 # At least 1 space before a '*' pointer star
133 # No space after a pointer star
136 # But allow a space in the case of e.g. char * const x;
139 # Remove space after star in a function return type
142 # At least 1 space after a type in variable definition etc
145 # Force exactly 1 space between a statement keyword (e.g. 'if') and an opening parenthesis
148 # Remove a space before a ';'
150 # (Uncrustify >= 0.73.0) Remove space before a semi in a non-empty for
152 # (Uncrustify >= 0.73.0) Remove space in empty first statement of a for
154 # (Uncrustify >= 0.74.0) Remove space in empty middle statement of a for
157 # Add a space after a ';' (unless a comment follows)
159 # (Uncrustify >= 0.73.0) Add a space after a semi in non-empty for statements
167 # Must have at least 1 space after a comma
170 # Must not have a space before a comma
173 # No space before the ':' in a case statement
176 # Must have space after a cast - '(char)x' -> '(char) x'
188 # At least 1 space inside '{ }' in a struct
191 # At least 1 space between a function return type and the function name
194 # No space between a function name and its arguments/parameters
205 # At least 1 space between a macro's name and its definition
209 # Force exactly 1 space between a '}' and the name of a typedef if on the same line
212 # At least 1 space before a '\' line continuation
222 # Remove newlines at the start of a file
225 # At least 1 newline at the end of a file
238 # Disable removal of leading spaces in a multi-line comment if the first and