mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 01:10:02 -04:00
fix lua style checks
This commit is contained in:
parent
4454459fb2
commit
f026747aa4
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
|
local assert = require('luassert')
|
||||||
|
|
||||||
function M.set_buf_indent_opts(opts)
|
function M.set_buf_indent_opts(opts)
|
||||||
local optnames = {'tabstop', 'shiftwidth', 'softtabstop', 'expandtab'}
|
local optnames = {'tabstop', 'shiftwidth', 'softtabstop', 'expandtab'}
|
||||||
for _, opt in ipairs(optnames) do
|
for _, opt in ipairs(optnames) do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue