Merge pull request #1904 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
View File

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