1" Vim filetype plugin
2" Language:	Java properties file
3" Maintainer:	None
4" Last Change:	2019 Dec 01
5
6if exists("b:did_ftplugin")
7  finish
8endif
9let b:did_ftplugin = 1
10
11setlocal formatoptions-=t
12setlocal comments=:#,:!
13setlocal commentstring=#\ %s
14
15let b:undo_ftplugin = "setl cms< com< fo<"
16