summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* .editorconfig: don't trim trailing whitespace for patchesPaul Zander2024-09-191-0/+3
| | | | | | | | | | Trimming trailing whitespace breaks patches. [sam: Drop copyright header for now as there was some pending discussion about it on the ML, tweak commit message.] Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* .editorconfig: addSam James2023-03-251-0/+11
This allows conveniently editing ebuilds and eclasses in editors which don't have a specific ebuild mode like Emacs and Vim do. For example, kde-apps/kate with kde-frameworks/ktexteditor[editorconfig] can automatically read this file and adjust settings appropriately. It's possible that going forward we may want to have pkgdev support custom keys in this file for e.g. copyright year mangling too. Signed-off-by: Sam James <sam@gentoo.org>