fredrikekre / Runic.jl

A code formatter for Julia with rules set in stone.
MIT License
92 stars 2 forks source link

Parenthesize infix operations in `:` #3

Closed fredrikekre closed 2 months ago

fredrikekre commented 3 months ago

1 + 2:3 + 4 should become (1 + 2):(3 + 4)