Use EditorConfig instead of vim configuration
This commit is contained in:
parent
dc5259c469
commit
6211d3f7f5
3 changed files with 9 additions and 3 deletions
9
.editorconfig
Normal file
9
.editorconfig
Normal 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
1
.vimrc
|
|
@ -1 +0,0 @@
|
|||
autocmd Filetype sh setlocal ts=4 sw=4 sts=4 noexpandtab
|
||||
|
|
@ -49,5 +49,3 @@ RUN gpg --import /usr/local/share/hashicorp.asc \
|
|||
&& mkdir /workdir
|
||||
|
||||
WORKDIR /workdir
|
||||
|
||||
# vim: ts=4 sw=4 sts=4 noet:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue