Disable auto format in eruby files

This commit is contained in:
Marcelo Jacobus 2025-05-17 10:10:28 -03:00
parent 462154fc91
commit 104b8d952d

2
ftplugin/eruby.lua Normal file
View file

@ -0,0 +1,2 @@
-- ftplugin/eruby.lua
vim.b.autoformat = false