blob: a9349e4e04f7c7e121582752841f0a1156c0bab5 [file] [log] [blame]
Bram Moolenaar7e6a5152021-01-02 16:39:53 +01001" Vim indent file
2" Language: dune
3" Maintainers: Markus Mottl <markus.mottl@gmail.com>
4" URL: https://github.com/ocaml/vim-ocaml
5" Last Change: 2021 Jan 01
dkearns0382f052023-08-29 05:32:59 +10006" 2023 Aug 28 by Vim Project (undo_indent)
Bram Moolenaar7e6a5152021-01-02 16:39:53 +01007
8if exists("b:did_indent")
9 finish
10endif
11let b:did_indent = 1
12
13" dune format-dune-file uses 1 space to indent
14setlocal softtabstop=1 shiftwidth=1 expandtab
dkearns0382f052023-08-29 05:32:59 +100015
16let b:undo_indent = "setl et< sts< sw<"