how to change the the type of the autoreformat
已回答
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 change the value on the `File | Settings | Editor | Code Style | C/C++ | Wrapping and Braces | Braces placement | In functions` to `Next line`.