commit db91b4979ae787c8a80354501cb3dbeccafa9121 Author: Flavien Fondanesche Date: Fri Oct 18 17:36:47 2024 +0200 vimrc starter diff --git a/vimrc b/vimrc new file mode 100644 index 0000000..8a01c4b --- /dev/null +++ b/vimrc @@ -0,0 +1,8 @@ +filetype plugin indent on +" show existing tab with 4 spaces width +set tabstop=4 +" when indenting with '>', use 4 spaces width +set shiftwidth=4 +" On pressing tab, insert 4 spaces +set expandtab +set mouse-=a \ No newline at end of file