Hi,
This software is great but since XCode 6.4 came out I've seen this issue come up where when I save comments are wrapped after each word and the same goes for NSStings. Here are examples:
I've also tried just ColumnLimit:0 as the only line in the file but that didn't seem to work. This happens mostly when I have embedded completion blocks which push out the code to the column limit but trying to set the column limit didn't seem to fix it.
Hi, This software is great but since XCode 6.4 came out I've seen this issue come up where when I save comments are wrapped after each word and the same goes for NSStings. Here are examples:
NSString:
Comment:
I've tried to add this to my projects .clang-format file:
I've also tried just ColumnLimit:0 as the only line in the file but that didn't seem to work. This happens mostly when I have embedded completion blocks which push out the code to the column limit but trying to set the column limit didn't seem to fix it.
I could be wrong it may be just configuration?
Thanks, John