mirror of
https://github.com/Misterblue/opensim-docker.git
synced 2026-07-30 11:22:14 +00:00
for a SQLite standalone version and a MariaDB version (docker-compose of two containers).
9 lines
107 B
VimL
Executable File
9 lines
107 B
VimL
Executable File
set tabstop=4
|
|
set shiftwidth=4
|
|
set expandtab
|
|
set autoindent
|
|
set ff=unix
|
|
|
|
set background=dark
|
|
syntax enable
|