commit: 7ea26b6e8e02b851a074211f1c02f09395a023ee Author: Alexander Berntsen <bernalex <AT> gentoo <DOT> org> AuthorDate: Fri Mar 28 08:48:49 2014 +0000 Commit: Alexander Berntsen <bernalex <AT> gentoo <DOT> org> CommitDate: Sun Mar 30 00:20:41 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=7ea26b6e
DEVELOPING: Be more specific about tabs/spaces --- DEVELOPING | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/DEVELOPING b/DEVELOPING index cfa86a6..bcff318 100644 --- a/DEVELOPING +++ b/DEVELOPING @@ -23,10 +23,9 @@ with Python itself, must be optionally enabled by run-time detection. Tabs ---- -The current code uses tabs, not spaces. Keep whitespace usage -consistent between files. New files should use tabs. Space is -sometimes used for indentation in Python code. Tab stop should for this -reason be set to 4. +For legacy reasons, all leading whitespace should be tabs. All internal +whitespace should be regular spaces. Set tab stop to 4 to calculate line +width. Line-Wrapping -------------
