| Summary: | Kate adds an unwanted carriage return when saving | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | jimbo <loudsquid> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | CC: | christoph, waqar.17a |
| Priority: | NOR | ||
| Version First Reported In: | 24.08.2 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
jimbo
2024-11-03 13:50:00 UTC
Sorry to double post, but you don't need to save and close Kate. This occurs immediately after saving. See open/save settings, you can disable that there. 'Append newline at ....' Thank you. I'll add this just to be specific, Settings -> Configure Kate -> Open/Save (Automatic Cleanups on Save) Append newline at end of file on save: Disable Any reason as why this should be enabled on default? I understand removing trailing spaces, but I don't understand why appending a newline on save would even be an option. Thanks. Might be a simple typo to fix there 'Automatic Cleanups on Save' probably should read 'Automatic Clean-up on Save'. > but I don't understand why appending a newline on save would even be an option. Thanks.
its a normal linux thing, and programming languages like C/C++ expect it as well.
|