Bug 425229 - Brackets are not automatically expanded on return in Rust files
Summary: Brackets are not automatically expanded on return in Rust files
Status: RESOLVED FIXED
Alias: None
Product: kate
Classification: Applications
Component: application (show other bugs)
Version: 20.04.3
Platform: Arch Linux Linux
: NOR minor
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-11 17:33 UTC by Robin Bürkli
Modified: 2023-02-18 14:37 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Bürkli 2020-08-11 17:33:06 UTC
SUMMARY

In Rust files, when I write e.g. a new function, if statement or for loop, the curly brackets are not automatically expanded as they do in *.c files, for example.

STEPS TO REPRODUCE
1. Create new *.rs file
2. Enter something like 'fn test(){}'
3. With the cursor inside the curly brackets hit return

OBSERVED RESULT

fn test(){
}

EXPECTED RESULT

fn test() {
    (with indentation)
}

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.19.4
KDE Frameworks Version: 5.73.0
Qt Version: 5.15.0
Comment 1 Justin Zobel 2020-10-27 08:26:01 UTC
Tested rust and c and can confirm that rust does not automatically indent or provide a new line where c does.

Tested on git master.
Comment 2 Waqar Ahmed 2023-02-18 14:37:21 UTC
Not reproducible anymore so closing this. Our indenters got a lot of fixes in the last year so probably this was also fixed