blob: eec9b4e43d409fe898f7328cfca444f0fa9a9db4 [file] [log] [blame]
Bram Moolenaar5c736222010-01-06 20:54:52 +01001" Vim indent file
2" Language: Mail
Christian Brabandte8d6f032023-08-23 20:23:07 +01003" Maintainer: The Vim Project <https://github.com/vim/vim>
4" Last Change: 2023 Aug 13
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<"