Skip to content

Optionally unindent when typing "}" at the beginning of a line #393

@sahil-ra

Description

@sahil-ra

Is your feature request related to a problem? Please describe.
When I turn off auto-completion, the indentation of the closing bracket is not correct.
e.g :

int main() {
    cout << "Hi";
    }

There is a tab space there when closing the bracket.
Geany, does the indentation correct for reference.

Describe the solution you'd like
When closing the bracket, it should align with the opening bracket.
e.g:

int main() {
    cout << "Hi";
}

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgood first issueGood for newcomershelp wantedHarder than good first issues but not too hard for newcomers, and not assigned to any maintainerqcodeeditorIssue related to QCodeEditor

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions