Add an option to set ASBeautifier::classInitializerIndents to 2. In our projects, we indent the initializer list by 2 indents, but we cannot set it via command line.
Could you show an example of the result?
Unformatted:
C::C(int param) : B(), a(param) { }
Formatted:
Flags used: -A1 -R -s2 -Y -p -H -U -k2 -W2 -xj -xW -O
Ticket moved from /p/astyle/bugs/398/
Log in to post a comment.
Could you show an example of the result?
Unformatted:
Formatted:
Flags used: -A1 -R -s2 -Y -p -H -U -k2 -W2 -xj -xW -O
Ticket moved from /p/astyle/bugs/398/