mirror of
https://github.com/Misterblue/opensim-docker.git
synced 2026-07-29 19:03:18 +00:00
10 lines
145 B
VimL
Executable File
10 lines
145 B
VimL
Executable File
" file copied to /home/opensim/.vimrc
|
|
set tabstop=4
|
|
set shiftwidth=4
|
|
set expandtab
|
|
set autoindent
|
|
set ff=unix
|
|
|
|
set background=dark
|
|
syntax enable
|