aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/wgsl_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/wgsl_spec.lua')
-rw-r--r--tests/indent/wgsl_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/indent/wgsl_spec.lua b/tests/indent/wgsl_spec.lua
index 4ffdbbda0..55d59acbd 100644
--- a/tests/indent/wgsl_spec.lua
+++ b/tests/indent/wgsl_spec.lua
@@ -2,8 +2,8 @@ local Runner = require("tests.indent.common").Runner
--local XFAIL = require("tests.indent.common").XFAIL
local run = Runner:new(it, "tests/indent/wgsl", {
- tabstop = 4,
- shiftwidth = 4,
+ tabstop = 2,
+ shiftwidth = 2,
softtabstop = 0,
expandtab = true,
})