diff options
Diffstat (limited to 'indent/dune.vim')
-rw-r--r-- | indent/dune.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/dune.vim b/indent/dune.vim index 5dbe9d30..009f7eba 100644 --- a/indent/dune.vim +++ b/indent/dune.vim @@ -14,4 +14,4 @@ endif let b:did_indent = 1 " dune format-dune-file uses 1 space to indent -set softtabstop=1 shiftwidth=1 expandtab +setlocal softtabstop=1 shiftwidth=1 expandtab |