[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]

Re: perlstyle and portability



On Sun, 30 Jan 2000 01:16:59 GMT, Hugo wrote:
>Certainly the 'every indentation is a tab' approach is what I use in all
>code I write; the perl source code is the only area in which I do not get
>to choose what width each indent will represent, and have to remember
>each time that the code looks wrong simply because I haven't ':se ts=8'
>yet.

Everyone that uses a non-standard tabstop for their own private code
should put something like this (or similar, depending on your editor):

    # vi: set ts=4:  # or whatever non-standard value you want

I consider putting "set ts=4" in .exrc simply a bad idea, because
you're choosing to be non-standard by default.


Sarathy
gsar@ActiveState.com


Follow-Ups from:
Hugo <hv@crypt.compulink.co.uk>
References to:
Hugo <hv@crypt.compulink.co.uk>

[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]