From ae7701015378fdfedada4c4ff63b8e9b6b0770a1 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 9 Apr 2022 13:54:13 +0300 Subject: [PATCH] Vim TOML specific settings. --- .vim/ftplugin/toml.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vim/ftplugin/toml.vim diff --git a/.vim/ftplugin/toml.vim b/.vim/ftplugin/toml.vim new file mode 100644 index 0000000..b892e77 --- /dev/null +++ b/.vim/ftplugin/toml.vim @@ -0,0 +1,3 @@ +setlocal tabstop=2 +setlocal softtabstop=2 +setlocal shiftwidth=2 -- GitLab