Mark Zeren
|
893efa76e2
[clang-format] In tests, expected code should be format-stable
|
7 年之前 |
Krasimir Georgiev
|
284a16b4d0
[clang-format] fix handling of consecutive unary operators
|
7 年之前 |
Martin Probst
|
c60f53e8fa
clang-format: [JS] fix `of` detection.
|
7 年之前 |
Martin Probst
|
08ca961691
clang-format: [JS] Prevent ASI before [ and (.
|
7 年之前 |
Martin Probst
|
f64fbddb87
clang-format: [JS] do not wrap after async/await.
|
7 年之前 |
Martin Probst
|
44d2f95d42
clang-format: [JS] do not collapse short classes.
|
7 年之前 |
Martin Probst
|
1526085fa2
clang-format: [JS] handle semis in generic types.
|
7 年之前 |
Martin Probst
|
525eeeae5f
clang-format: [JS] handle `for` as object label.
|
7 年之前 |
Martin Probst
|
47e4a29e87
clang-format: [JS] disable ASI on decorators.
|
7 年之前 |
Martin Probst
|
57465f36a2
clang-format: [JS] do not break in ArrayType[].
|
7 年之前 |
Martin Probst
|
7d87a9f295
clang-format: [JS] do not wrap before yield.
|
7 年之前 |
Martin Probst
|
fa6446753a
clang-format: [JS] space between ! assert and in.
|
7 年之前 |
Martin Probst
|
6b3cbe94dc
clang-format: [JS] handle destructuring `of`.
|
7 年之前 |
Martin Probst
|
a152131020
clang-format: remove trailing lines in lamdas and arrow functions.
|
7 年之前 |
Krasimir Georgiev
|
e58dc968a1
[clang-format] Break non-trailing comments, try 2
|
7 年之前 |
Martin Probst
|
aae8a30c39
clang-format: [JS] wrap and indent `goog.setTestOnly` calls.
|
8 年之前 |
Martin Probst
|
2958bc209c
clang-format: [JS] simplify template string wrapping.
|
8 年之前 |
Martin Probst
|
beb7e51f02
clang-format: [JS] wrap optional properties in type aliases.
|
8 年之前 |
Martin Probst
|
5d33839e5b
clang-format: [JS] do not insert whitespace in call positions.
|
8 年之前 |
Martin Probst
|
79f6b0f50c
clang-format: [JS] detect ASI after closing parens.
|
8 年之前 |
Krasimir Georgiev
|
1a33443272
[clang-format] Put '/**' and '*/' on own lines in jsdocs ending in comment pragmas
|
8 年之前 |
Martin Probst
|
3efad662a1
clang-format: [JS] fix union type spacing in object & array types.
|
8 年之前 |
Martin Probst
|
9ef5d8bb41
clang-format: [JS] handle single lines comments ending in `\\`.
|
8 年之前 |
Martin Probst
|
7777ca006a
clang-format: [JS] support fields with case/switch/default labels.
|
8 年之前 |
Martin Probst
|
7e4d8e9789
clang-format: [JS] no whitespace between typeof operator and l_paren.
|
8 年之前 |
Martin Probst
|
b42a4ce357
clang-format: [JS] prefer wrapping chains over empty literals.
|
8 年之前 |
Martin Probst
|
ace45285eb
clang-format: [JS] whitespace between keywords and parenthesized expressions.
|
8 年之前 |
Martin Probst
|
3823d469d5
clang-format: [JS] handle union types in arrow functions.
|
8 年之前 |
Martin Probst
|
8a15b0c594
clang-format: [JS] consistenly format enums.
|
8 年之前 |
Martin Probst
|
e09d41e3a1
clang-format: [JS] handle object types in extends positions.
|
8 年之前 |