delphidabbler / codesnip

A code bank designed with Pascal in mind
https://delphidabbler.com/software/codesnip
Other
110 stars 33 forks source link

Add option to `TREMLWriter` to render either "flat" or formatted code #88

Open delphidabbler opened 1 year ago

delphidabbler commented 1 year ago

At present TREMLWriter renders it's output formatted with indents, which is what is wanted normally. However for storing in output files (and when pasting code into the database) a flat format with no indents or line feeds is more useful.

Therefore an option to render either way would be useful.