(16 lines)
1 " Language: Tomo2 " Maintainer: Bruce Hill <bruce@bruce-hill.com>3 " License: WTFPL5 if exists("b:did_ftplugin")6 finish7 endif8 let b:did_ftplugin = 110 setlocal formatoptions-=t11 setlocal cpoptions+=M12 setlocal expandtab shiftwidth=4 tabstop=414 setlocal commentstring=#\ %s16 let b:undo_ftplugin = "setlocal formatoptions< cpoptions< expandtab< shiftwidth< tabstop< commentstring<"