Closed maurobringolf closed 2 weeks ago
We have this issue in various places in our code, I reduced it to a minimal example:
Input:
With default settings in playground (print width 100, indent size 4)
public class ClassName { public A[] AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA = [ [] ]; }
Output:
public class ClassName { public A[] AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA = [ [], ]; }
Expected behavior:
We have this issue in various places in our code, I reduced it to a minimal example:
Input:
With default settings in playground (print width 100, indent size 4)
Output:
Expected behavior: