chore: add .editorconfig file

chore: add indent_style in .editorconfig
pull/217/head
danitw 2022-12-01 02:17:00 -03:00
parent 3f9b230381
commit d8390a72c0
1 changed files with 6 additions and 0 deletions

6
.editorconfig 100644
View File

@ -0,0 +1,6 @@
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = tab