On Aug 23, 2007, at 3:03 PM, Mike Lewis wrote:

This might be a noob question, but is there a way to configure paster
to generate files using the tabbing scheme you prefer?

At the moment, none that I'm aware of. As 4 spaces is the PEP8 recommendation, and probably at least 95% (or more?) of all Python code out there uses the Python style guideline recommendation for indentation I didn't see a point in providing such an option. As there are also issues that crop up with mixed spaces/tabs, its highly recommended you keep everything in 4 spaces so that everything "just works".

If you really want to convert them though, I'd suggest using an IDE or editor with a spaces-to-tabs converter. Most good IDE's have them and you should be able to just run the files through them.

Cheers,
Ben

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to