Does anyone know if there's an easy way to indent all template functions and classes following the template specifier? The formatter plugin doesn't seem to have an option for this. Please and thank you :)
You can adjust the template in Settings -> Editor -> Source formatter and then select the text, open the context menu and press "Format use AStyle".
Don't see any formatting options for templates. Just seeing if anyone has a solution. All I want is this:
template <typename T>
void Foo(){
}
instead of this:
template <typename T>
void Foo(){
}
I do NOT see that option on link below.
http://astyle.sourceforge.net/astyle.html (http://astyle.sourceforge.net/astyle.html)
You can see if I missed it or request it on Astyle site.
After, Astyle adds it; you can then request here the CB updates the Astyle version.
Tim S.
Okay, thank you.