iodine/.vimrc

5 lines
65 B
VimL
Raw Normal View History

2021-01-31 12:45:48 +00:00
set noexpandtab
set tabstop=8
2021-05-13 18:11:41 +00:00
set softtabstop=8
2021-01-31 12:45:48 +00:00
set shiftwidth=8