aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-02-05 10:14:30 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-02-05 10:14:30 +0100
commit7062f4200d3b84c38f530afad1e1979eb5423e08 (patch)
tree94f2b6a5c6eb7747661cf4ce53544090fd4c8d03 /.vim
parentd89f783c94759ba63100e0942e634760a2595070 (diff)
Set default indent size to 8
Diffstat (limited to '.vim')
-rw-r--r--.vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index 70c83b2..4e7b58e 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -27,7 +27,7 @@ set wmnu
call PickTheme()
call SetCharLimit(79)
-call SetIndent(3)
+call SetIndent(8)
" add hotkeys
nmap <F6> :make<CR>