blob: 0590d66d131076c613d281489f70a943cebc16e9 [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
6
7if exists("b:did_indent")
8 finish
9endif
10let b:did_indent = 1
11
12" dune format-dune-file uses 1 space to indent
13setlocal softtabstop=1 shiftwidth=1 expandtab