1" Vim indent file
2" Language:	Mail
3" Maintainer:	Bram Moolenaar
4" Last Change:	2009 Jun 03
5
6if exists("b:did_indent")
7  finish
8endif
9let b:did_indent = 1
10
11" What works best is auto-indenting, disable other indenting.
12" For formatting see the ftplugin.
13setlocal autoindent nosmartindent nocindent indentexpr=
14