From dda9aacda36e8cdee78a9e74671c5dd460b167b9 Mon Sep 17 00:00:00 2001
From: listout <listout@protonmail.com>
Date: Wed, 19 Jan 2022 00:36:05 +0530
Subject: changed tab to 8 character, like linux coding standard

---
 configs/basic.vim | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'configs/basic.vim')

diff --git a/configs/basic.vim b/configs/basic.vim
index 4dab3da..a224b9c 100644
--- a/configs/basic.vim
+++ b/configs/basic.vim
@@ -78,11 +78,11 @@ set nobackup nowritebackup
 " No swap files
 set noswapfile
 
-" Correct indentation
-set autoindent smartindent
-
 " Tab settings
-set noexpandtab smarttab tabstop=4 shiftwidth=4
+set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab
+
+" Correct indentation
+set autoindent smartindent cindent
 
 " Share system clipboard
 set clipboard=unnamedplus
-- 
cgit v1.2.3