Indent lua code with two spaces
1 files changed, 5 insertions(+), 0 deletions(-) M ftplugin/lua.vim
M ftplugin/lua.vim => ftplugin/lua.vim +5 -0
@@ 1,2 1,7 @@ RunCommand !lua % ConsoleCommand !lua -i -l%:r + + +setlocal expandtab +setlocal shiftwidth=2 +setlocal softtabstop=2