From 60a5e0bf1fdf0c39ee01d0eff387a1da9dc8980f Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 29 Feb 2012 15:25:21 -0500 Subject: Add shiftround option --- .vimrc | 1 + 1 file changed, 1 insertion(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index ae54f43b..4c531bc5 100644 --- a/.vimrc +++ b/.vimrc @@ -59,6 +59,7 @@ au BufReadPost * if &filetype !~ '^git\c' && line("'\"") > 0 && line("'\"") <= l set expandtab set shiftwidth=2 set tabstop=4 +set shiftround filetype plugin indent on " Indentation exceptions -- cgit 1.4.1 4d30514c74d2966a38e87606416832'/> dontfiles
summary refs log tree commit diff
path: root/www/text.causal.agency/001-make.7 (unfollow)
Commit message (Expand)Author
2019-12-19Ignore about-filterJune McEnroe
2019-12-19Fix matching make tags with no sourcesJune McEnroe
2019-12-19Avoid matching := assignments as tagsJune McEnroe
2019-12-18Hide line numbers when rendering mdocJune McEnroe
2019-12-18Customize cgit CSSJune McEnroe
2019-12-18Use :target rather than :focus pseudo-classJune McEnroe
2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe
2019-12-18Add git.causal.agency cgit configJune McEnroe
2019-12-18Bail from hi if input is binaryJune McEnroe
2019-12-16Post "cgit setup"June McEnroe