Skip to content

Commit

Permalink
Update .vimrc
Browse files Browse the repository at this point in the history
deleted softtab and added ":" to all set commands
  • Loading branch information
gumernus authored Dec 9, 2022
1 parent 3372885 commit ac8d0cb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .vimrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
:set number
:set autoindent
:set tabstop=4
:set tabstop=2
:set shiftwidth=4
:set smarttab
:set softtabstop=4
:set mouse=a
:set encoding=UTF-8
set winheight=38
set nocompatible
set clipboard=unnamed
:set winheight=38
:set nocompatible
:set clipboard=unnamed
filetype on
filetype plugin on
filetype indent on
Expand Down

0 comments on commit ac8d0cb

Please sign in to comment.