First commit: Beta 25.04.04
This commit is contained in:
commit
e6b08b867f
58 changed files with 4196 additions and 0 deletions
16
config/.vimrc
Normal file
16
config/.vimrc
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
syntax on
|
||||
filetype plugin indent on
|
||||
|
||||
set autoindent
|
||||
set smartindent
|
||||
set shiftwidth=4
|
||||
set tabstop=4
|
||||
set expandtab
|
||||
set softtabstop=4
|
||||
|
||||
set relativenumber
|
||||
set number
|
||||
|
||||
set showmatch
|
||||
|
||||
set cindent
|
||||
Loading…
Add table
Add a link
Reference in a new issue