]> granicus.if.org Git - clang/commit
clang-format: Implemented tab usage for continuation and indentation
authorMarianne Mailhot-Sarrasin <marianne.mailhot.sarrasin@gmail.com>
Thu, 14 Apr 2016 14:52:26 +0000 (14:52 +0000)
committerMarianne Mailhot-Sarrasin <marianne.mailhot.sarrasin@gmail.com>
Thu, 14 Apr 2016 14:52:26 +0000 (14:52 +0000)
commit08708dba6769ab21832b9c4a0e8e1d5df2b7377a
treee9d889b0e84e29078fb147a01da2fade847e01f2
parent1390bb1e93bad8b48d24521530d22eb93009e571
clang-format: Implemented tab usage for continuation and indentation

Use tabs to fill whitespace at the start of a line.

Patch by Maxime Beaulieu

Differential Revision: http://reviews.llvm.org/D19028

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