Hi guys,
Just looking for some advice on how to fix a strange bit of behaviour that im getting.
The problem is:
When a function call is just over the columnlimit (from 100-107 characters), the function is getting broken on the period.
when there are > 107 characters, it is packing one-per line (this is our desired formatting).
Is there anyway to enforce that > 100 characters will always cause a one-per line format just using a config file, or would a patch be considered for this issue?
Attached:
clang-format,
input.txt
output.txt
cheers
Matt
input1.txt (213 Bytes)
clang-format (2.06 KB)
output.txt (472 Bytes)