vim-tomo/ftplugin/sss.vim
2023-04-30 21:45:06 -04:00

16 lines
296 B
VimL

" Language: SSS
" Maintainer: Bruce Hill <bruce@bruce-hill.com>
" License: WTFPL
if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
setlocal formatoptions-=t
setlocal cpoptions+=M
setlocal commentstring=//\ %s
let b:undo_ftplugin = "setlocal formatoptions< cpoptions<"