diff options
-rw-r--r-- | ftplugin/rust.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftplugin/rust.vim b/ftplugin/rust.vim index c45091f..6f6b275 100644 --- a/ftplugin/rust.vim +++ b/ftplugin/rust.vim @@ -9,3 +9,7 @@ setlocal shiftwidth=4 " Comment string setlocal commentstring=//\ %s + + +" Add a trailing comma when expanding elements to multiple lines +let b:argwrap_tail_comma = 1 |