Use EditorConfig instead of vim configuration

This commit is contained in:
Simon Bruder 2020-08-06 17:15:13 +02:00
parent dc5259c469
commit 6211d3f7f5
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F
3 changed files with 9 additions and 3 deletions

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[packer/initramfs/labsync*]
indent_style = tab
indent_size = 4
[Dockerfile]
indent_style = tab
indent_size = 4

1
.vimrc
View file

@ -1 +0,0 @@
autocmd Filetype sh setlocal ts=4 sw=4 sts=4 noexpandtab

View file

@ -49,5 +49,3 @@ RUN gpg --import /usr/local/share/hashicorp.asc \
&& mkdir /workdir && mkdir /workdir
WORKDIR /workdir WORKDIR /workdir
# vim: ts=4 sw=4 sts=4 noet: