* alignment
Jan Uebernickel <[email protected]> Wed, 08 Sep 2010 16:06:33 +0200
| Newsgroups | gmane.comp.gnu.indent.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi everybody! I just used indent the first time, so did I miss something or isn't there any possibility to create: int* i; I only get: int *i; or if the type is unknown: myInt * i; but this can be fixed by -TmyInt... astyle has an option for it but lacks some other features. Any chance to get the * connected to the type? thx, AO