Re: automated coding style tool
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Maciej" == Maciej W Rozycki <[email protected]> writes: Maciej> We have a coding style tool onboard our GNU Project already, it's called Maciej> GNU indent and I think it would be consistent with our project to improve Maciej> the tool we already have rather than seeking alternatives outside. That would be good but I think GNU indent is mostly unmaintained. The last time I looked at it, it didn't know very much about C++ at all. Tom