From c37645f2e526c3af44b77be88319698da77268b7 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 2 Mar 2023 23:59:27 +0900 Subject: feat(options): set default indentation to 4 spaces --- fnl/nvrc/options.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fnl/nvrc/options.fnl') 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 "+"}) -- cgit 1.4.1