Open anton-trunov opened 2 weeks ago
For instance, the following snippet
const MaxArraySize: Int = 5_000;
gets formatted as
const MaxArraySize: Int = 5000;
For instance, the following snippet
gets formatted as