Merge branch 'editorconfig' into 'master'

Use EditorConfig instead of vim configuration

See merge request fablab/labsync!60
This commit is contained in:
jalr 2020-08-13 16:04:41 +00:00
commit 112a2a4d94
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
WORKDIR /workdir
# vim: ts=4 sw=4 sts=4 noet: