]> granicus.if.org Git - clang/commit
Add an option to not indent declarations when breaking after the type.
authorManuel Klimek <klimek@google.com>
Fri, 21 Jun 2013 17:25:42 +0000 (17:25 +0000)
committerManuel Klimek <klimek@google.com>
Fri, 21 Jun 2013 17:25:42 +0000 (17:25 +0000)
commita9a7f108a4a10da1f08fd4538a15f441bfee72c1
tree34a74e5fc95660a600ec0a49568dccd8bb6d6e45
parent053c88bd93e6b2f4e498fd835155f955127d3489
Add an option to not indent declarations when breaking after the type.

Make that option the default for LLVM style.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184563 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Format/Format.h
lib/Format/Format.cpp
unittests/Format/FormatTest.cpp