5 lines
143 B
Lua
5 lines
143 B
Lua
-- Ensure file formatting is consistent
|
|
vim.bo.fileformat = 'unix'
|
|
|
|
-- Optionally, enable spell checking for JSON comments
|
|
vim.wo.spell = true
|