Nimble
Nimble copied to clipboard
Use correct indentation when inserting new line after an empty line
Example code:
func foo() {
let x = 10
let y = 20
}
How to reproduce:
- Move cursor to the third (empty line)
- Press the Return button
After pressing Return, the editor will insert new line without indentation. It should insert indentation spaces (two spaces) at the beginning of the new line.