Files
modelscope/docker/rcfiles/user.vimrc

11 lines
161 B
Plaintext
Raw Normal View History

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