Nimble
Nimble copied to clipboard
Increase indentation in new line inserted after { character
Example code:
class Foo {
}
How to reproduce:
- Move cursor to the end of the first line
- Press the Return button
After pressing the Return button, the editor will insert empty line without indentation. It should increase indentation in the new line.