blob: d25aafe1350a8d7488c8393d1065d40d483691c8 [file] [log] [blame]
David Mandelberged7d8e52025-02-23 09:41:42 +01001" Vim indent file
2" Language: m17n database
3" Maintainer: David Mandelberg <david@mandelberg.org>
4" Last Change: 2025 Feb 21
5
6if exists("b:did_indent")
7 finish
8endif
9let b:did_indent = 1
10
11setlocal autoindent
12setlocal nosmartindent
13
14let b:undo_indent = "setlocal autoindent< smartindent<"