https://bugs.kde.org/show_bug.cgi?id=471008
Bug ID: 471008
Summary: Allow to ignore editorconfig rules
Classification: Applications
Product: kate
Version: unspecified
Platform: Other
OS: All
Status: REPORTED
Severity: normal
Priority: NOR
Component: indentation
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Kate supports parsing .editorconfig files to apply its formatting rules.
However, this happens always there is an .editorconfig file present, and it is
not possible to avoid it.
Although using the rules from .editorconfig is almost always the desired
behaviour, there are some cases where this is not desired and deleting the file
would be uncomfortable because it's part of the repository. To name a few:
- There are contributors of the project that don't like automatic formatting
and want to do the formatting manually, or with different tools
- The file is added late, when the project already has lot of developed code,
but the team doesn't want it to cause massive reformatting in old files that
are not touched frequently
I think it should be possible to disable using editorconfig (and maybe also
kateconfig) from settings.
--
You are receiving this mail because:
You are watching all bug changes.