aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/typst_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/typst_spec.lua')
-rw-r--r--tests/indent/typst_spec.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/indent/typst_spec.lua b/tests/indent/typst_spec.lua
new file mode 100644
index 000000000..81540405f
--- /dev/null
+++ b/tests/indent/typst_spec.lua
@@ -0,0 +1,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)