parsed.org

Tips by tag: indentation

Common RC Settings by xinu on Jan 13, 2005 10:56 AM

Some recommended settings for your ~/.vimrc because we all hate tabs (right?):

set sw=4
set ts=4
set sts=4
set expandtab
syntax on
configurationeditorsindentationvimvimrc
Make Emacs Use Spaces Instead of Tabs by cygnus on Dec 21, 2005 11:01 AM

To get emacs to stop inserting tab characters and insert spaces instead, use this in your ~/.emacs file:

(setq-default indent-tabs-mode nil)
configurationdot-emacseditorsemacsindentationspacestabs
Paragraph Indentation by cygnus on Jan 16, 2005 02:22 PM

You can turn off paragraph indentation (which is on by default) and increase the space between paragraphs to indicate where they begin and end:

\setlength{\parindent}{0.0in}
\setlength{\parskip}{0.1in}
documentindentationlatextextypesetting
RSS