-
-
Notifications
You must be signed in to change notification settings - Fork 148
Optionally unindent when typing "}" at the beginning of a line #393
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedHarder than good first issues but not too hard for newcomers, and not assigned to any maintainerHarder than good first issues but not too hard for newcomers, and not assigned to any maintainerqcodeeditorIssue related to QCodeEditorIssue related to QCodeEditor
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedHarder than good first issues but not too hard for newcomers, and not assigned to any maintainerHarder than good first issues but not too hard for newcomers, and not assigned to any maintainerqcodeeditorIssue related to QCodeEditorIssue related to QCodeEditor
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 :
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:
Describe alternatives you've considered
Additional context