blob: 12d583d069ad812319736088c91ea4b52a94c6a8 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001" Vim indent file
2" Language: Ch
3" Maintainer: SoftIntegration, Inc. <info@softintegration.com>
4" URL: http://www.softintegration.com/download/vim/indent/ch.vim
5" Last change: 2003 Aug 05
6" Created based on cpp.vim
7"
8" Ch is a C/C++ interpreter with many high level extensions
9
10
11" Only load this indent file when no other was loaded.
12if exists("b:did_indent")
13 finish
14endif
15let b:did_indent = 1
16
17" Ch indenting is built-in, thus this is very simple
18setlocal cindent