dune.vim 332 B

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