Make clion format for() enter { into allman style

1 day ago 1
ARTICLE AD BOX

I want to make it so clion formats

for(int i = 0; i < n; ++i) enter { into

for(int i = 0; i < n; ++i) { }

Basically codeblocks style. Havent found anything online for it.

Right now it enters

for(int i = 0; i < n; ++i) {}
Read Entire Article