add prettier and editorconfig files

This commit is contained in:
Val Erastov 2022-08-26 21:02:33 -07:00
parent 0b2eda76a9
commit 583400ab33
2 changed files with 12 additions and 0 deletions

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = false
max_line_length = 120
tab_width = 2

4
.prettierrc Normal file
View file

@ -0,0 +1,4 @@
{
"editorconfig": "true",
"quoteProps": "preserve"
}