mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-16 16:27:45 +01:00
* add dockerfile * uninstall opencv-python-headless * update develop doc Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9020302
11 lines
161 B
Plaintext
11 lines
161 B
Plaintext
set nocompatible
|
|
set encoding=utf-8
|
|
set hlsearch
|
|
set smartindent
|
|
set ruler
|
|
set number
|
|
set ts=2
|
|
set sw=2
|
|
set expandtab
|
|
autocmd FileType make setlocal noexpandtab
|