Casts in TS syntax (foo = <type>bar;) should not be followed by whitespace.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Please upload patch with full context in the future. Phabricator can't/doesn't access the existing repository to get the context.
lib/Format/TokenAnnotator.cpp | ||
---|---|---|
1760 | So, there is a of spaceRequiredBefore and spaceRequiredBetween. It is entirely historic, not logical, essentially those two are just in sequence. However, I'd prefer to move this to spaceRequiredBefore, which has a JavaScript-specific section at the top. |
So, there is a of spaceRequiredBefore and spaceRequiredBetween. It is entirely historic, not logical, essentially those two are just in sequence. However, I'd prefer to move this to spaceRequiredBefore, which has a JavaScript-specific section at the top.