Adds a new tab usage mode.
Use tabs to fill whitespace at the start of a line.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D19028
clang-format: Implemented tab usage for continuation and indentation ClosedPublic Authored by mxbOctasic on Apr 12 2016, 1:15 PM.
Details Summary Adds a new tab usage mode.
Diff Detail Event TimelinemxbOctasic retitled this revision from to clang-format: Implemented tab usage for continuation and indentation. mxbOctasic updated this object. djasper edited edge metadata. Comment ActionsAlways add cfe-commits as a subscriber. Otherwise looks good. This revision is now accepted and ready to land.Apr 12 2016, 1:37 PM Closed by commit rL266320: clang-format: Implemented tab usage for continuation and indentation (authored by mamai). · Explain WhyApr 14 2016, 7:58 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 53444 include/clang/Format/Format.h
lib/Format/Format.cpp
lib/Format/WhitespaceManager.cpp
unittests/Format/FormatTest.cpp
|