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

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