blob: 22bb0f7e12cc479a2fa80a4fcf600943bd556296 [file] [log] [blame]
Bram Moolenaar5c736222010-01-06 20:54:52 +01001" Vim indent file
2" Language: Mail
3" Maintainer: Bram Moolenaar
Bram Moolenaar6e649222021-10-04 21:32:54 +01004" Last Change: 2021 Sep 26
Bram Moolenaar5c736222010-01-06 20:54:52 +01005
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=
Bram Moolenaar6e649222021-10-04 21:32:54 +010014
15let b:undo_indent = "setl ai< cin< inde< si<"