[Pydev-users] [pydev - Users] DEFAULT_USE_SPACE_FOR_PARENTESIS = true ?
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-08-07 13:39:52
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3856379 By: capjo I think this default should be changed to false. Guido van Rossum says in his Style Guide the following things: Avoid extraneous whitespace in the following situations: - Immediately inside parentheses, brackets or braces. Yes: spam(ham[1], {eggs: 2}) No: spam( ham[ 1 ], { eggs: 2 } ) Title: Style Guide for Python Code Author: Guido van Rossum ---------------------------------------------- Where are these methods for code formating are implemented? If I have some time left, I will add some code formating features. kind regards ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |