Re: nim source code auto formatter / prettifier

2017-03-29 Thread Araq
I doubt compiler/renderer will ever work acceptably, it loses line information and tokenization information. Revive the tool `compiler/nimfix/nimfix` instead.

nim source code auto formatter / prettifier

2017-03-28 Thread treeform
Is there something that can auto format / pretty nim source code? I am looking for some thing like go format or clang-format. I basically don't want to have formatting discussions ever again. An auto mated tool should just do it all. I don't even want configuration options, just that it should l