Add .editorconfig file and implement dependency check that can be
invoked from the command line.
This commit is contained in:
parent
7328bbac8f
commit
a396d1cf4e
2 changed files with 69 additions and 22 deletions
5
.editorconfig
Normal file
5
.editorconfig
Normal file
|
@ -0,0 +1,5 @@
|
|||
root = true
|
||||
|
||||
[*.sh]
|
||||
indent_size = 4
|
||||
indent_style = tab
|
Loading…
Add table
Add a link
Reference in a new issue