"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "fc355bc070f5e93bc28adf0c05d4223aeaca8d85"
Implements brace breaking styles.
We now support "Linux" and "Stroustrup" brace breaking styles, which gets us one step closer to support formatting WebKit, KDE & Linux code. Linux brace breaking style: namespace a { class A { void f() { if (x) { f(); } else { g(); } } } } Stroustrup brace breaking style: namespace a { class A { void f() { if (x) { f(); } else { g(); } } } } llvm-svn: 181700
Loading
Please register or sign in to comment