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
Paths
| Differential D32997
clang-format: [JS] keep triple slash directives intact. ClosedPublic Authored by mprobst on May 9 2017, 5:35 AM.
Details Summary TypeScript uses triple slash directives of the form: /// <reference path="..."/> For various non-source instructions that should not be wrapped. Reference:
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 9 2017, 5:56 AM Closed by commit rL302523: clang-format: [JS] keep triple slash directives intact. (authored by mprobst). · Explain WhyMay 9 2017, 5:59 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 98272 cfe/trunk/lib/Format/Format.cpp
cfe/trunk/unittests/Format/FormatTestJS.cpp
|