mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
prettier: add spaces between base classes
This commit is contained in:
parent
0940c53833
commit
f441c00bb5
@ -131,8 +131,8 @@ type_parameter_list(items) ::= <<
|
|||||||
\<<items; separator=", ">\>
|
\<<items; separator=", ">\>
|
||||||
>>
|
>>
|
||||||
|
|
||||||
extends(types) ::= "<if(types)>extends <types; separator=\",\"><endif>"
|
extends(types) ::= "<if(types)>extends <types; separator=\", \"><endif>"
|
||||||
imps(types) ::= "<if(types)>implements <types; separator=\",\"><endif>"
|
imps(types) ::= "<if(types)>implements <types; separator=\", \"><endif>"
|
||||||
|
|
||||||
// ******* STATEMENTS *******
|
// ******* STATEMENTS *******
|
||||||
if_template(comments, cond, then, thenindent, else, elseindent, elseisif) ::= <<
|
if_template(comments, cond, then, thenindent, else, elseindent, elseisif) ::= <<
|
||||||
|
Loading…
x
Reference in New Issue
Block a user