mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
6 lines
134 B
VimL
6 lines
134 B
VimL
" Indentation settings for the project: 2-space indentation, no tabs.
|
|
set tabstop=2
|
|
set softtabstop=2
|
|
set shiftwidth=2
|
|
set expandtab
|
|
|