Hi, > Given the quality of BSD indent code, I have _always_ found it easier to > modify pgindent. ;-
:D Initially I thought that the problem was simple enough to solve it in C, but this turned out not to be true. > It's going to be simpler to modify pgindent then. PFA the updated patch. I noticed a mistake in v2. Here is the corrected patch. Changes comparing to the previous version: ``` - $lines[-1] =~ s!/(.+)\*/!/$1\n \*/!; + $lines[-1] =~ s!(.+) \*/!$1\n \*/!; ``` -- Best regards, Aleksander Alekseev
v3-0001-pgindent-improve-formatting-of-multiline-comments.patch
Description: Binary data