Lines Matching full:spaces
21 # Spaces-only indentation
61 # Remove spaces around the preprocessor '##' token-concatenate
91 # Remove spaces inside all kinds of parentheses:
93 # Remove spaces inside parentheses
96 # No spaces inside statement parentheses
99 # No spaces inside cast parentheses '( char )x' -> '(char)x'
102 # No spaces inside function parentheses
107 # No spaces inside the first parentheses in a function type
110 # (Uncrustify >= 0.74.0) No spaces inside parens in for statements
113 # Remove spaces between nested parentheses '( (' -> '(('
118 # Remove spaces between ')' and adjacent '('
130 # Remove spaces between pointer stars
164 # Remove spaces on the inside of square brackets '[]'
238 # Disable removal of leading spaces in a multi-line comment if the first and