-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PEP 12: Update spacing/breaking conventions to match current practice #2374
PEP 12: Update spacing/breaking conventions to match current practice #2374
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I might also want to drop the Emacs stanza but I have no real idea what it does.
It sets up some file-specific settings in Emacs's |
I thought about that, but for obvious reasons I didn't want to be too bold here. But it makes good sense from your comments, since those are the same required settings that are no longer required here, and its one more chunk of boilerplate that future PEP authors needn't worry about any more (and of course, PEP authors can still add it to their PEPs, should they themselves need it—that's who it's for, after all). In any case, I've implemented it as requested. |
As proposed by @JelleZijlstra in this comment and widely agreed on there.