Use tabs for indenting SQL and HTML

This commit is contained in:
Rodolphe Bréard 2023-04-23 17:18:07 +02:00
parent 77aff22fb5
commit c3cac8891b
2 changed files with 2 additions and 0 deletions

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

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

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

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