dotfiles/.config/nvim/ftplugin/dart.lua

4 lines
65 B
Lua

vim.bo.expandtab = true
vim.bo.tabstop = 2
vim.bo.shiftwidth = 2