Curly braces won't go to the right place
已回答
I already set code style from Allman braces, when I type such as
if(){}
when I tap space between curly braces, it's supposed to be
if()
{
}
but it still
if(){
}
Only after reformat code, the brace goes to the right place.
Is that a bug or designed to be like this?
How can I fix this?
thx
请先登录再写评论。
Thanks for the pointing out, I've created the issue in the tracker: https://youtrack.jetbrains.com/issue/CPP-8634. Feel free to comment or upvote.