fredrikekre / Runic.jl

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

Remove octal literal formatting rule #40

Closed fredrikekre closed 1 month ago

fredrikekre commented 1 month ago

It isn't as useful as the hex one and it is also value dependent (not just string-length dependent) which makes it a bit weird. Octals are also very rare. One of the more common ones are filemodes and 0o755 looks better than 0o000755.