xref: /vim-8.2.3635/runtime/indent/automake.vim (revision 2bf24176)
1" Vim indent file
2" Language:	    automake
3" Maintainer:       Nikolai Weibull <[email protected]>
4" Latest Revision:  2006-04-19
5
6if exists("b:did_indent")
7  finish
8endif
9
10" same as makefile indenting for now.
11runtime! indent/make.vim
12