comparison runtime/ftplugin/zig.vim @ 32984:75c283beb74f

re-sync with git
author Christian Brabandt <cb@256bit.org>
date Thu, 24 Aug 2023 07:58:05 +0200
parents 15c80d8bc515
children 828bcb1a37e7
comparison
equal deleted inserted replaced
32983:5cc3522384b1 32984:75c283beb74f
15 compiler zig_build 15 compiler zig_build
16 16
17 " Match Zig builtin fns 17 " Match Zig builtin fns
18 setlocal iskeyword+=@-@ 18 setlocal iskeyword+=@-@
19 19
20 " Recomended code style, no tabs and 4-space indentation 20 " Recommended code style, no tabs and 4-space indentation
21 setlocal expandtab 21 setlocal expandtab
22 setlocal tabstop=8 22 setlocal tabstop=8
23 setlocal softtabstop=4 23 setlocal softtabstop=4
24 setlocal shiftwidth=4 24 setlocal shiftwidth=4
25 25