This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lukasz.langa
Recipients lukasz.langa
Date 2021-08-06.18:37:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628275042.37.0.932347169049.issue44854@roundup.psfhosted.org>
In-reply-to
Content
EditorConfig is a cross-editor configuration file that is pretty widely adopted: https://editorconfig.org/

Adding this to the root directory will allow editors that use the file to automatically format a few details which we already enforce with `make patchcheck`:

- always put an empty line at the end of the file;
- remove trailing whitespace;
- disallow tabs in Python (PEP 8) and C (PEP 7) files.
History
Date User Action Args
2021-08-06 18:37:22lukasz.langasetrecipients: + lukasz.langa
2021-08-06 18:37:22lukasz.langasetmessageid: <1628275042.37.0.932347169049.issue44854@roundup.psfhosted.org>
2021-08-06 18:37:22lukasz.langalinkissue44854 messages
2021-08-06 18:37:22lukasz.langacreate