Move the indentation preferences from ftplugin to indent

This commit is contained in:
Rodolphe Bréard 2023-06-06 19:36:38 +02:00
parent 450a044517
commit 2bac6c7df4
7 changed files with 0 additions and 0 deletions

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

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

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

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

1
.vim/indent/html.vim Normal file
View file

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

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

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

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

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

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

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

1
.vim/indent/sql.vim Normal file
View file

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