fprettify doesn't allow fine grained control over some of the whitespace preferences. Lets use this thread to list the "wrong" stuff fprettify does.
I start with the most important one. fprettify doesn't understand the chevron syntax
call gpu_kernel<<<blocks, threads>>>(arguments,...)
and adds lots of spaces between < and >. Changing the settings for the whitespace around <,> messes up the if statements.
fprettify doesn't allow fine grained control over some of the whitespace preferences. Lets use this thread to list the "wrong" stuff fprettify does.
call gpu_kernel<<<blocks, threads>>>(arguments,...)
and adds lots of spaces between<
and>
. Changing the settings for the whitespace around<,>
messes up the if statements.