Nimble
Nimble copied to clipboard
Decrease indentation when } character is inserted in emtpy line
Example code:
func foo() {
let x = 10
The third line contain indentation (two spaces) at the beginning.
How to reproduce:
- Move cursor to the end of the third line
- Insert the '}' character
The editor will insert the '}' character after indentation. It should decrease indentation when inserting the '}' character. The line after inserting the '}' character should not contain indentation spaces.