summaryrefslogtreecommitdiff
path: root/mnv/runtime/indent/cuda.mnv
blob: 654fcf209058df9585d418450a439bb62da16c8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
" MNV indent file
" Language:	CUDA
" Maintainer:	The MNV Project <https://github.com/Project-Tick/Project-Tick>
" Last Change:	2023 Aug 10
" Former Maintainer:	Bram Moolenaar <Bram@mnv.org>

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
   finish
endif
let b:did_indent = 1

" It's just like C indenting
setlocal cindent

let b:undo_indent = "setl cin<"