commit 768c1d9f42d83fe1161bab7622d4bb8a3afe03a5 (tree) parent c68ae9786dbe1469a415131f0f09b330470fa526 Author: Andrew Kelley <superjoe30@gmail.com> Date: Thu, 1 Feb 2018 09:19:29 -0500 Merge pull request #4 from zig-lang/cindent set cindent Diffstat:
| M | ftplugin/zig.vim | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/ftplugin/zig.vim b/ftplugin/zig.vim @@ -6,6 +6,7 @@ endif let b:did_ftplugin = 1 set expandtab +set cindent set tabstop=4 set shiftwidth=4