]> granicus.if.org Git - clang/commit
Implements IndentWidth.
authorManuel Klimek <klimek@google.com>
Mon, 13 May 2013 08:42:42 +0000 (08:42 +0000)
committerManuel Klimek <klimek@google.com>
Mon, 13 May 2013 08:42:42 +0000 (08:42 +0000)
commit07a64eca75d96ce77d1ce8cb73d1cb0877695d06
tree956c16cc4f6ee80fc3ad9ae4e00dee39d3b4f034
parent378d93dcf7ec80661efc65642dc6266c9e13780a
Implements IndentWidth.

This is required for various styles that are for example based on
8-indent.

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