readme indents

This commit is contained in:
James Brumond 2022-11-23 13:04:11 -08:00
parent 3b9a2c86b1
commit 33ddec9e09
Signed by: james
GPG Key ID: 24BA25B8B303B023
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