motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit 3c0fe9c1b6d849bf3ef0d31153cb549990db97fa (tree)
parent c68ae9786dbe1469a415131f0f09b330470fa526
Author: Jeff Fowler <jeffowler@gmail.com>
Date:   Thu,  1 Feb 2018 15:02:16 +0100

set cindent

Diffstat:
Mftplugin/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