Daniel Zuncke
Results
2
comments of
Daniel Zuncke
What is actually the expected brace style? Since this is continues a statement across lines it could arguably be indented one deeper: ```d void main() { call(new class Object {...
Would you like to have the option to choose between `temp(v1: 1, v2: 2)` and `temp(v1 : 1, v2 : 2)` like with `--space_before_aa_colon=false` or not?