blob: 9e8d3e13cee4688ef1e01facb93bc65461602701 [file] [log] [blame]
Andrew Geissler475cb722020-07-10 16:00:51 -05001" Only do this when not done yet for this buffer
2if exists("b:did_ftplugin")
3 finish
4endif
5
6" Don't load another plugin for this buffer
7let b:did_ftplugin = 1
8
9let b:undo_ftplugin = "setl cms< sts< sw< et< sua<"
10
11setlocal commentstring=#\ %s
12setlocal softtabstop=4 shiftwidth=4 expandtab
13setlocal suffixesadd+=.bb,.bbclass