mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-03 15:40:30 +00:00
12 lines
258 B
VimL
12 lines
258 B
VimL
|
" Tabs and Whitespace -- can be overridden by editorconfig
|
||
|
"======================================================================
|
||
|
|
||
|
set fileformat=unix
|
||
|
set tabstop=2
|
||
|
set softtabstop=2
|
||
|
set shiftwidth=2
|
||
|
set shiftround
|
||
|
set smarttab
|
||
|
set expandtab
|
||
|
set autoindent
|