Update page 'Home'
11
Home.md
Normal file
11
Home.md
Normal file
@@ -0,0 +1,11 @@
|
||||
## Vim indentation
|
||||
|
||||
~/.vimrc
|
||||
|
||||
```
|
||||
filetype plugin indent on
|
||||
set expandtab
|
||||
set tabstop=2
|
||||
set softtabstop=2
|
||||
set shiftwidth=2
|
||||
```
|
Reference in New Issue
Block a user