1" Vim indent file
2" Language:         dict(1) configuration file
3" Maintainer:       Nikolai Weibull <now@bitwi.se>
4" Latest Revision:  2006-12-20
5
6if exists("b:did_indent")
7  finish
8endif
9let b:did_indent = 1
10
11setlocal indentkeys=0{,0},!^F,o,O cinwords= autoindent smartindent
12setlocal nosmartindent
13inoremap <buffer> # X#
14