readme indents

This commit is contained in:
2022-11-23 13:04:11 -08:00
parent 3b9a2c86b1
commit 33ddec9e09
3 changed files with 53 additions and 39 deletions

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
root = true
[*]
indent_size = 4
indent_style = tab
[*.{js,ts,css,html}]
indent_size = 4
indent_style = tab
[*.{md,json,jsonc,yml,yaml,sql}]
indent_size = 2
indent_style = space