Re: pretty 3 space indentation

2018-04-05 Thread Brian Cleary
Thanks, Cypher. On Thu, Apr 5, 2018 at 7:11 AM Mike wrote: > > Why pretty is adding exactly 3 spaces at the new line? > > I dont see spaces and colors when coding on PicoLisp, only cells in memory. > > (mike) > > -- > UNSUBSCRIBE:

Re: pretty 3 space indentation

2018-04-05 Thread Mike
> Why pretty is adding exactly 3 spaces at the new line? I dont see spaces and colors when coding on PicoLisp, only cells in memory. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: pretty 3 space indentation

2018-04-05 Thread Nicola Todorov
Thanks, Alex I was looking into Parinfer(https://shaunlebron.github.io/parinfer/) when the 3 spaces question arose. I was almost sure there was some reason behind it that eludes me. Parinfer takes advantage of pretty code and few rules for editing to produce some nice effects. It is worth cheking

Re: pretty 3 space indentation

2018-04-04 Thread Alexander Burger
Hi Nicola, > Why pretty is adding exactly 3 spaces at the new line? Just a convention. All PicoLisp sources are formatted with an indention of three spaces per level. ♪♫ Alex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

pretty 3 space indentation

2018-04-04 Thread Nicola Todorov
Why pretty is adding exactly 3 spaces at the new line?