'as' is a pseudo operator, so automatic semicolon insertion kicks in and the
code fails to part.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D21576
clang-format: [JS] Do not break before 'as'. ClosedPublic Authored by mprobst on Jun 21 2016, 5:16 PM.
Details Summary 'as' is a pseudo operator, so automatic semicolon insertion kicks in and the
Diff Detail Event Timelinemprobst updated this object. This revision is now accepted and ready to land.Jun 22 2016, 12:38 AM Closed by commit rL273422: clang-format: [JS] Do not break before 'as'. (authored by mprobst). · Explain WhyJun 22 2016, 7:42 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 61465 lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTestJS.cpp
|