view runtime/indent/dune.vim @ 35211:a19de24700b3 draft default tip

Added tag v9.1.0421 for changeset 4c62575667d506f92d05b88db1a955498c3a5b7d
author Christian Brabandt <cb@256bit.org>
date Sun, 19 May 2024 11:45:04 +0200
parents 5c220cf30f1f
children
line wrap: on
line source

" Vim indent file
" Language: dune
" Maintainers:  Markus Mottl         <markus.mottl@gmail.com>
" URL:          https://github.com/ocaml/vim-ocaml
" Last Change:  2021 Jan 01
"               2023 Aug 28 by Vim Project (undo_indent)

if exists("b:did_indent")
 finish
endif
let b:did_indent = 1

" dune format-dune-file uses 1 space to indent
setlocal softtabstop=1 shiftwidth=1 expandtab

let b:undo_indent = "setl et< sts< sw<"