about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--fnl/nvrc/options.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/nvrc/options.fnl b/fnl/nvrc/options.fnl
index e61d179..b730588 100644
--- a/fnl/nvrc/options.fnl
+++ b/fnl/nvrc/options.fnl
@@ -19,8 +19,8 @@
 
 ; Style
 (set! expandtab)
-(set! tabstop 2)
-(set! shiftwidth 2)
+(set! tabstop 4)
+(set! shiftwidth 4)
 (set! smartindent)
 (set! list)
 (set! listchars {:tab ">-" :extends ">" :precedes "<" :trail "-" :nbsp "+"})