| Summary: | KWrite removes trailing spaces when it shouldn't | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Benjamin <helium314> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | waqar.17a |
| Priority: | NOR | ||
| Version First Reported In: | 23.04.3 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Benjamin
2023-08-09 15:32:44 UTC
Did your document live in a project which has a .editorconfig or a .kateconfig file? project / directory Yes, there is some .editorconfig file ib the same folder, containing "trim_trailing_whitespace = true". So that seems to be the actual issue I have (sorry, not a bug then). Is there a way to override this behavior without editing the .editorconfig file? > Is there a way to override this behavior without editing the .editorconfig file?
No. The purpose of that file is to override editor's own config and provide same behaviour regardless of the editor.
|