aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/typst_spec.lua
blob: 81540405fab1b5fc84e4906fee89ea222638a252 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
local Runner = require('tests.indent.common').Runner

local run = Runner:new(it, 'tests/indent/typst', {
  tabstop = 4,
  shiftwidth = 4,
  softtabstop = 4,
  expandtab = false,
})

describe('indent typst:', function()
  run:whole_file('.')
end)