Explorar el Código

fix indents with lua

christianchiarulli hace 4 años
padre
commit
52b4476509
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      ftplugin/lua.lua

+ 2 - 0
ftplugin/lua.lua

@@ -40,3 +40,5 @@ if O.lang.lua.autoformat then
     },
   }
 end
+
+vim.cmd "setl ts=2 sw=2"