Open ondohotola opened 1 year ago
EDITED: you were right, i forgot to add #
when copying your snippet for testing
It should be like this or like this
if row in (0, 1) { myred } else if calc.odd(row) {
myblue
} else { none },
if row in (0, 1) { myred } else if calc.odd(row) {
myblue
} else {
none
},
Hi, if I do something like
tysptfmt makes something like
out of it, ie puts it into a single (long) line, which I find difficult to read