Changeset 6815 for lib/pugs/hack.pod
- Timestamp:
- 09/06/05 20:49:14 (3 years ago)
- Files:
-
- 1 modified
-
lib/pugs/hack.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lib/pugs/hack.pod
r6738 r6815 280 280 tabs, so the code and documentation looks the same to everyone. 281 281 282 If useuse Vim, you may want to set the following settings:282 If you use Vim, you may want to set the following settings: 283 283 284 284 set shiftwidth=4 autoindent expandtab smarttab softtabstop=1 285 285 286 286 This will cause Vim to insert four spaces instead of a real tab upon pressing 287 C<< <Tab> >>. 287 C<< <Tab> >>. The equivalent settings for Emacs are: 288 289 c-indentation-style: bsd 290 c-basic-offset: 4 291 indent-tabs-mode: nil 288 292 289 293 =head2 Testing
