genotrance / snip

snip is text editor to speed up testing code snippets
MIT License
28 stars 2 forks source link

Auto-indent next line #8

Open genotrance opened 6 years ago

genotrance commented 6 years ago

Goal is to automatically offset same number of spaces as previous line on Enter.

https://forum.nim-lang.org/t/3957#24681 @bevo009

bevo009 commented 6 years ago

That's a decent solution, until Intellisense determines indent Another alternative would be shift-enter for that behaviour, and enter with no indentation Thank you

genotrance commented 6 years ago

Fixed in #head, please verify.