Adding upstream version 2:9.1.1230.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
95f88d82e6
commit
0985b09abd
6270 changed files with 2000183 additions and 0 deletions
16
runtime/indent/arduino.vim
Normal file
16
runtime/indent/arduino.vim
Normal file
|
@ -0,0 +1,16 @@
|
|||
" Vim indent file
|
||||
" Language: Arduino
|
||||
" Maintainer: The Vim Project <https://github.com/vim/vim>
|
||||
" Ken Takata <https://github.com/k-takata>
|
||||
" Last Change: 2024 Apr 03
|
||||
|
||||
" Only load this indent file when no other was loaded.
|
||||
if exists("b:did_indent")
|
||||
finish
|
||||
endif
|
||||
let b:did_indent = 1
|
||||
|
||||
" Use C indenting.
|
||||
setlocal cindent
|
||||
|
||||
let b:undo_indent = "setl cin<"
|
Loading…
Add table
Add a link
Reference in a new issue