about summary refs log tree commit diff
path: root/fnl/nvrc/options.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-12 14:21:55 +0900
committersefidel <contact@sefidel.net>2022-03-12 14:21:55 +0900
commit2fe7a4649ef22e0e08f3abcdc59bd2a59e9ab1e5 (patch)
tree74f96156f941022fd169d97e31903db96edd801a /fnl/nvrc/options.fnl
parentcdbc485901dbdbefb6d201496ab5f654e965da57 (diff)
downloadnvimrc-2fe7a4649ef22e0e08f3abcdc59bd2a59e9ab1e5.tar.gz
nvimrc-2fe7a4649ef22e0e08f3abcdc59bd2a59e9ab1e5.zip
feat(options): set shiftwidth to 2
Diffstat (limited to 'fnl/nvrc/options.fnl')
-rw-r--r--fnl/nvrc/options.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/options.fnl b/fnl/nvrc/options.fnl
index bdb56a3..92104d3 100644
--- a/fnl/nvrc/options.fnl
+++ b/fnl/nvrc/options.fnl
@@ -19,7 +19,7 @@
 ; Style
 (set! expandtab)
 (set! tabstop 2)
-(set! shiftwidth 0)
+(set! shiftwidth 2)
 (set! smartindent)
 (set! list)
 (set! listchars {:tab ">-" :extends ">" :precedes "<" :trail "-" :nbsp "+"})