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)
commit51fe279fbbae990318bcedd6d0990dbc2ae00583
treebb8dc32b42567fc567e19f12a83277f9718fa46f
parent4988fa1bc58cbe6e076ab76f2da91215d8d37771
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

llvm-svn: 266320
clang/include/clang/Format/Format.h
clang/lib/Format/Format.cpp
clang/lib/Format/WhitespaceManager.cpp
clang/unittests/Format/FormatTest.cpp