|
@ -8,3 +8,5 @@ set shiftwidth=4 " Indents will have a width of 4 |
|
|
set softtabstop=4 " Sets the number of columns for a TAB |
|
|
set softtabstop=4 " Sets the number of columns for a TAB |
|
|
|
|
|
|
|
|
set expandtab " Expand TABs to spaces |
|
|
set expandtab " Expand TABs to spaces |
|
|
|
|
|
|
|
|
|
|
|
set paste " Prevent strange paddings on paste from clipboard |