[PATCH] D31575: [clang-format] Use configured IndentWidth instead of 2

2017-06-23 Thread Andrew Stone via Phabricator via cfe-commits
thatguystone closed this revision. thatguystone added a comment. A similar fix was accepted in https://reviews.llvm.org/D33857 https://reviews.llvm.org/D31575 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D31575: [clang-format] Use configured IndentWidth instead of 2

2017-04-02 Thread Daniel Jasper via Phabricator via cfe-commits
djasper accepted this revision. djasper added a comment. This revision is now accepted and ready to land. looks good https://reviews.llvm.org/D31575 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D31575: [clang-format] Use configured IndentWidth instead of 2

2017-04-01 Thread Andrew Stone via Phabricator via cfe-commits
thatguystone created this revision. Herald added a subscriber: klimek. For JS projects that use a IdentWidth other than 2, this was causing the indent to be 2 when creating new objects in arrays. Repository: rL LLVM https://reviews.llvm.org/D31575 Files: