Re: [Pydev-code] Tabs vs. spaces
Brought to you by:
fabioz
From: Aleks T. <a...@to...> - 2004-07-15 18:46:55
|
Hi Fabio, I am a tab fan, and thought that tab substitution was unnecessary in comments. That's because in comments I wanted to draw pretty ASCII diagrams. Silly reasoning. Your logic has changed my mind. Fix it, check it in. Someone else filed a bug report about this too. Aleks Fabio Zadrozny wrote: > 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...) |