Add .editorconfig file and implement dependency check that can be

invoked from the command line.
This commit is contained in:
Manuel Friedli 2020-09-15 23:28:48 +02:00
parent 7328bbac8f
commit a396d1cf4e
2 changed files with 69 additions and 22 deletions

5
.editorconfig Normal file
View file

@ -0,0 +1,5 @@
root = true
[*.sh]
indent_size = 4
indent_style = tab