commit | 2083f31b88c5c47243af904640afea194b7d424c | [log] [tgz] |
---|---|---|
author | Martin Probst <martin@probst.io> | Tue May 09 12:45:48 2017 +0000 |
committer | Martin Probst <martin@probst.io> | Tue May 09 12:45:48 2017 +0000 |
tree | 472a9e032152ae24991f8dbf5abac5b725312ae9 | |
parent | 7aedf33a241da0c5bffc4d5a9e723bf8291993e5 [diff] |
clang-format: [JS] keep triple slash directives intact. Summary: TypeScript uses triple slash directives of the form: /// <reference path="..."/> For various non-source instructions that should not be wrapped. Reference: https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html Reviewers: djasper Subscribers: cfe-commits, klimek Differential Revision: https://reviews.llvm.org/D32997 llvm-svn: 302523