I use 2-space indentation; 4 is too much (as in first character being too far away to move the cursor to from the previous line).
Then get your editor to do it. The majority of the indents happen after a line whose last character is a '{' or a ':', and almost always if such a character is the last character of the previous line, you want an extra level of indentation. In my vi-clone, if 'perl' or 'C' mode is turned on, ending a line with a '{' or a ':' causes an extra level of indentation to happen. Starting a new line with ^D removes a level of indentation. Hitting <TAB> inserts the right amount of spaces to get to the next tab stop. '>>' adds an extra level of indentation to the current line, '<<' removes it. I rarely have to type 4 spaces to do indentation.

Abigail


In reply to Re: The classical TAB issue by Abigail-II
in thread The classical TAB issue by Lorand

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.