]> granicus.if.org Git - clang/commit
clang-format: [JS] Indent namespaces in JavaScript/TS by default.
authorMartin Probst <martin@probst.io>
Mon, 13 Jun 2016 16:41:28 +0000 (16:41 +0000)
committerMartin Probst <martin@probst.io>
Mon, 13 Jun 2016 16:41:28 +0000 (16:41 +0000)
commitaa6f4a7a3e3bbc248f86859a8d7f5af4bebef16b
tree987a35312c98c07076bf43be7919ce991c2996ff
parentf8678510f31e3e0b64d2f5eb0160df9ec0fddd5f
clang-format: [JS] Indent namespaces in JavaScript/TS by default.

Summary: There's no convention of avoiding the nested indentation.

Reviewers: djasper

Subscribers: klimek, alexeagle, cfe-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272559 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/Format.cpp
unittests/Format/FormatTestJS.cpp