I’m a bit lost with source formatting.
As I understand, formatting (old refmt) is embedded into the compiler (bsc).
I can only see a -format filename
option right now: is it possible to use stdin
to feed bsc
with text to be formatted ? I suppose the answer is no, because I can’t find the -i
option to specify if the code is an interface or not. Is it on the roadmap ?
also I don’t find the option to set the number of columns.