Skip to content

Commit

Permalink
Indent with space instead of tab
Browse files Browse the repository at this point in the history
  • Loading branch information
tshu-w committed May 19, 2024
1 parent b542725 commit bc434bd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions config/vim/vimrc
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
syntax on
set ai si sw=4 ts=4 sts=4 mouse=a
set autochdir
set autoindent smartindent
set backspace=indent,eol,start
set clipboard^=unnamed,unnamedplus
set encoding=utf-8
set expandtab
set ignorecase
set ignorecase smartcase
set incsearch
set mouse+=a
set nocompatible
set noerrorbells visualbell t_vb=
set shiftwidth=4 softtabstop=4 expandtab
set showcmd
set showmatch
set smartcase
filetype indent on

inoremap <tab> <c-q><tab>
" XDG support

if empty($MYVIMRC) | let $MYVIMRC = expand('<sfile>:p') | endif
Expand Down

0 comments on commit bc434bd

Please sign in to comment.