Before: ```nim type MyType = tuple myint: int # This line needs to be indented manually ``` After: ```nim type MyType = tuple myint: int # Lines after 'tuple' are now indented automatically ```
BufSetOption
Closes #2783