]> granicus.if.org Git - clang/commit
clang-format: Make continuation indent width configurable.
authorDaniel Jasper <djasper@google.com>
Fri, 18 Oct 2013 10:38:14 +0000 (10:38 +0000)
committerDaniel Jasper <djasper@google.com>
Fri, 18 Oct 2013 10:38:14 +0000 (10:38 +0000)
commitc2827ec708b1611f2b0717bebc423b17a857631e
treed3ed380814f41246b7456c7df5f89305c8c87989
parent9b6711873cbba149dd50cedcfdf31f9dd254df50
clang-format: Make continuation indent width configurable.

Patch by Kim Gräsman. Thank you!

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