Files
dotfiles/nvim/.config/nvim/ftplugin/wgsl.lua
Jonas H 1c0a1b5d7a nvim
2026-02-28 00:00:19 +01:00

6 lines
290 B
Lua

-- WGSL filetype settings
vim.opt_local.shiftwidth = 4 -- Indentation width for >> and <<
vim.opt_local.tabstop = 4 -- Width of a tab character
vim.opt_local.softtabstop = 4 -- Number of spaces for tab in insert mode
vim.opt_local.expandtab = true -- Use spaces instead of tabs