Use tabs instead spaces in source code

This commit is contained in:
Rodolphe Bréard 2022-10-06 12:37:07 +02:00
parent 4cd8e8355d
commit a57191e723
5 changed files with 5 additions and 0 deletions

1
.vim/ftplugin/c.vim Normal file
View file

@ -0,0 +1 @@
set expandtab&

1
.vim/ftplugin/cpp.vim Normal file
View file

@ -0,0 +1 @@
set expandtab&

1
.vim/ftplugin/python.vim Normal file
View file

@ -0,0 +1 @@
set expandtab&

1
.vim/ftplugin/rust.vim Normal file
View file

@ -0,0 +1 @@
set expandtab&

1
.vim/ftplugin/sh.vim Normal file
View file

@ -0,0 +1 @@
set expandtab&