Add a basic .editorconfig into project, close #1901

This commit is contained in:
Peter Dave Hello 2021-06-08 14:50:42 +08:00
parent 737ea1e7e5
commit f447ca466b
1 changed files with 10 additions and 0 deletions

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