[Pydev-code] Tabs vs. spaces
Brought to you by:
fabioz
From: Fabio Z. <fa...@in...> - 2004-07-15 15:31:16
|
Aleks, I was checking the code and found that in comments, we are able to get tabs instead of spaces, that's in PyEditConfiguration - we return the default indent strategy instead of PyAutoIndentStrategy - is there any reason to do that and not return PyAutoIndentStrategy? (I had a bug because of that... made some commented code and after uncommenting it python complained...) []s Fabio |