Files
qt-creator/tests/auto/cplusplus/codeformatter
Christian Kamm bf7613d2e7 C++ indenter: Add special case rule for indenting enums.
So you now get
enum A { a = 2,
         b = 3,
       };
2010-07-06 13:54:21 +02:00
..