Changeset 6815 for lib/pugs/hack.pod

Show
Ignore:
Timestamp:
09/06/05 20:49:14 (3 years ago)
Author:
autrijus
Message:

* Add space-loving settings for Emacs in pugs::hack, following

iblech++'s paragraph on Vim settings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/pugs/hack.pod

    r6738 r6815  
    280280tabs, so the code and documentation looks the same to everyone. 
    281281 
    282 If use use Vim, you may want to set the following settings: 
     282If you use Vim, you may want to set the following settings: 
    283283 
    284284    set shiftwidth=4 autoindent expandtab smarttab softtabstop=1 
    285285 
    286286This will cause Vim to insert four spaces instead of a real tab upon pressing 
    287 C<< <Tab> >>. 
     287C<< <Tab> >>.  The equivalent settings for Emacs are: 
     288 
     289    c-indentation-style: bsd 
     290    c-basic-offset: 4 
     291    indent-tabs-mode: nil 
    288292 
    289293=head2 Testing