how to change the the type of the autoreformat
Answered
When I click cntrl+Alt+L I the code in file is being reformat.
I want to change the way it's being reformarted:
Example:
instead of:
void foo() {
}
I want to have:
void foo()
{
}
Thanks!
Please sign in to leave a comment.
Please change the value on the `File | Settings | Editor | Code Style | C/C++ | Wrapping and Braces | Braces placement | In functions` to `Next line`.