moved indentation rules to ftplugin/ files
This commit is contained in:
parent
a56376cb5c
commit
13a323b19c
8 changed files with 42 additions and 8 deletions
6
vim/ftplugin/css.vim
Normal file
6
vim/ftplugin/css.vim
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
set softtabstop=2
|
||||
set tabstop=2
|
||||
set shiftwidth=2
|
||||
set expandtab
|
||||
set shiftround
|
||||
set autoindent
|
||||
6
vim/ftplugin/html.vim
Normal file
6
vim/ftplugin/html.vim
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
set softtabstop=2
|
||||
set tabstop=2
|
||||
set shiftwidth=2
|
||||
set expandtab
|
||||
set shiftround
|
||||
set autoindent
|
||||
6
vim/ftplugin/javascript.vim
Normal file
6
vim/ftplugin/javascript.vim
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
set softtabstop=2
|
||||
set tabstop=2
|
||||
set shiftwidth=2
|
||||
set expandtab
|
||||
set shiftround
|
||||
set autoindent
|
||||
6
vim/ftplugin/php.vim
Normal file
6
vim/ftplugin/php.vim
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
set softtabstop=2
|
||||
set tabstop=2
|
||||
set shiftwidth=2
|
||||
set expandtab
|
||||
set shiftround
|
||||
set autoindent
|
||||
6
vim/ftplugin/python.vim
Normal file
6
vim/ftplugin/python.vim
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
set softtabstop=4
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
set expandtab
|
||||
set shiftround
|
||||
set autoindent
|
||||
6
vim/ftplugin/scss.vim
Normal file
6
vim/ftplugin/scss.vim
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
set softtabstop=2
|
||||
set tabstop=2
|
||||
set shiftwidth=2
|
||||
set expandtab
|
||||
set shiftround
|
||||
set autoindent
|
||||
6
vim/ftplugin/vim.vim
Normal file
6
vim/ftplugin/vim.vim
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
set softtabstop=2
|
||||
set tabstop=2
|
||||
set shiftwidth=2
|
||||
set expandtab
|
||||
set shiftround
|
||||
set autoindent
|
||||
Loading…
Add table
Add a link
Reference in a new issue