Use tabs instead spaces in source code
This commit is contained in:
parent
4cd8e8355d
commit
a57191e723
5 changed files with 5 additions and 0 deletions
1
.vim/ftplugin/c.vim
Normal file
1
.vim/ftplugin/c.vim
Normal file
|
@ -0,0 +1 @@
|
|||
set expandtab&
|
1
.vim/ftplugin/cpp.vim
Normal file
1
.vim/ftplugin/cpp.vim
Normal file
|
@ -0,0 +1 @@
|
|||
set expandtab&
|
1
.vim/ftplugin/python.vim
Normal file
1
.vim/ftplugin/python.vim
Normal file
|
@ -0,0 +1 @@
|
|||
set expandtab&
|
1
.vim/ftplugin/rust.vim
Normal file
1
.vim/ftplugin/rust.vim
Normal file
|
@ -0,0 +1 @@
|
|||
set expandtab&
|
1
.vim/ftplugin/sh.vim
Normal file
1
.vim/ftplugin/sh.vim
Normal file
|
@ -0,0 +1 @@
|
|||
set expandtab&
|
Loading…
Reference in a new issue