fix lua style checks

This commit is contained in:
Jędrzej Boczar 2021-03-13 23:56:29 +01:00 committed by Kiyan
parent 4454459fb2
commit f026747aa4

View file

@ -1,5 +1,7 @@
local M = {}
local assert = require('luassert')
function M.set_buf_indent_opts(opts)
local optnames = {'tabstop', 'shiftwidth', 'softtabstop', 'expandtab'}
for _, opt in ipairs(optnames) do