Skip to content

Commit aec8db3

Browse files
committed
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>
1 parent b0a1b60 commit aec8db3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/uncrustify.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ sp_inside_square = ignore # ignore/add/remove/force
372372
sp_inside_square_oc_array = ignore # ignore/add/remove/force
373373

374374
# Add or remove space after ',', i.e. 'a,b' vs. 'a, b'.
375-
sp_after_comma = ignore # ignore/add/remove/force
375+
sp_after_comma = add # ignore/add/remove/force
376376

377377
# Add or remove space before ','.
378378
#

0 commit comments

Comments
 (0)