Lines Matching refs:between
25 # Allow splitting long for statements between the condition statements
28 # Allow splitting function calls between arguments
60 # If else is on the same line as '{', force exactly 1 space between them
67 # Force exactly one space between ')' and '{' in statements
97 # No space between the '++'/'--' operator and its operand
125 # Remove spaces between nested parentheses '( (' -> '(('
130 # Remove spaces between ')' and adjacent '('
133 # (Uncrustify >= 0.73.0) space between 'do' and '{'
136 # (Uncrustify >= 0.73.0) space between '}' and 'while'
142 # Remove spaces between pointer stars
157 # Force exactly 1 space between a statement keyword (e.g. 'if') and an opening parenthesis
191 # No space between 'sizeof' and '('
203 # At least 1 space between a function return type and the function name
206 # No space between a function name and its arguments/parameters
211 # No space between '__attribute__' and '('
214 # No space between 'defined' and '(' in preprocessor conditions
217 # At least 1 space between a macro's name and its definition
221 # Force exactly 1 space between a '}' and the name of a typedef if on the same line
231 # Space between #else/#endif and comment afterwards