Adds a new tab usage mode.
Use tabs to fill whitespace at the start of a line.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
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 53721 cfe/trunk/include/clang/Format/Format.h
cfe/trunk/lib/Format/Format.cpp
cfe/trunk/lib/Format/WhitespaceManager.cpp
cfe/trunk/unittests/Format/FormatTest.cpp
|