From 2fe7a4649ef22e0e08f3abcdc59bd2a59e9ab1e5 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 12 Mar 2022 14:21:55 +0900 Subject: feat(options): set shiftwidth to 2 --- fnl/nvrc/options.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl') 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 "+"}) -- cgit 1.4.1