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

Merge pull request from PeterDaveHello/AddBasicEditorConfig

Add a basic .editorconfig into project
This commit is contained in:
Dirk Wetter 2021-06-01 14:26:47 +02:00 committed by GitHub
commit 0da8ce02cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.editorconfig Normal file

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