1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-05-02 14:26:04 +02:00

Add a basic .editorconfig into project, close

This commit is contained in:
Peter Dave Hello 2021-06-08 14:50:42 +08:00
parent 737ea1e7e5
commit f447ca466b

10
.editorconfig Normal file

@ -0,0 +1,10 @@
root = true
[*]
indent_style = space
[*.md]
indent_size = 2
[*.{t,pl,sh,bash}]
indent_size = 5