Re: Coding standards and space
"James A. Robinson" <[email protected]>
| Newsgroups | gmane.editors.wily |
|---|---|
| Message-ID | <[email protected]> |
> I'm working in a place that insists python code be indented using 4 spaces > rather than tabs. I'd like to know if there's a way to get wily to > insert 4 spaces when I hit the tab key. > > I realise it's not emacs or vim and is designed to be minimalist, rather > than all things to all people, but I'm just wondering if any of you is > aware of a way. I'm not aware of getting exactly what you are asking for without changing the code, but the code change shouldn't be hard. However, what I used to do was simply send everything through expand(1) to change the tabs to spaces.