]> granicus.if.org Git - clang/commit
Add style option for number of spaces before trailing comments.
authorDaniel Jasper <djasper@google.com>
Mon, 7 Jan 2013 11:09:06 +0000 (11:09 +0000)
committerDaniel Jasper <djasper@google.com>
Mon, 7 Jan 2013 11:09:06 +0000 (11:09 +0000)
commit7ad4effaa96905ef9dbc3815760b06b1d1639390
treed658045f8ad4ffcb7d6a2cc8a50f8da9981ddaa1
parent71607512cb70db3c1be8f0287153b681531687fc
Add style option for number of spaces before trailing comments.

In LLVM style, a single space should be enough. In Google style, two
spaces are required.

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