tools/uncrustify: Make sure a space exists after a comma.
This will add a space after a comma if it doesn't have one, but will allow more than one space if the spaces are already there. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
b0a1b60a9b
commit
aec8db3cd1
@ -372,7 +372,7 @@ sp_inside_square = ignore # ignore/add/remove/force
|
||||
sp_inside_square_oc_array = ignore # ignore/add/remove/force
|
||||
|
||||
# Add or remove space after ',', i.e. 'a,b' vs. 'a, b'.
|
||||
sp_after_comma = ignore # ignore/add/remove/force
|
||||
sp_after_comma = add # ignore/add/remove/force
|
||||
|
||||
# Add or remove space before ','.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user