--- Following a chat with Brian, here's my suggestion. ACK or object. DEVELOPING | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/DEVELOPING b/DEVELOPING index b2b0a19..f8ccc20 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 for viewing +consistency across the development team. Line-Wrapping ------------- -- 1.8.3.2