Add filetype config for Perl and Bash

This commit is contained in:
Tim Schubert 2021-02-01 23:09:40 +01:00
parent 04f3af3fa6
commit 5d52018e36
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
setlocal expandtab
setlocal shiftwidth=2
setlocal softtabstop=2

View file

@ -0,0 +1,3 @@
setlocal expandtab
setlocal shiftwidth=2
setlocal softtabstop=2