diff --git a/.vim/ftplugin/toml.vim b/.vim/ftplugin/toml.vim new file mode 100644 index 0000000000000000000000000000000000000000..b892e77f711a0e154dcc389bbb7d801bc96c29aa --- /dev/null +++ b/.vim/ftplugin/toml.vim @@ -0,0 +1,3 @@ +setlocal tabstop=2 +setlocal softtabstop=2 +setlocal shiftwidth=2