Files
opensim-docker/run-scripts/vimrc
T
2024-08-07 01:06:30 +00:00

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