Tabs for vim

This commit is contained in:
Brieuc Dubois 2024-02-19 17:53:47 +01:00
parent 36d1c5df4e
commit 240fa6f63d
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
:set ignorecase :set ignorecase
:set incsearch :set incsearch
:set relativenumber :set relativenumber
:set autoindent
:syntax on :syntax on
:set shiftwidth=2 :set shiftwidth=2
:set smarttab :set smarttab
:set expandtab :set smartindent
:set noexpandtab
:set tabstop=8 :set tabstop=8
:set softtabstop=0 :set softtabstop=0
:set splitright :set splitright