Use prettier to format other files

+ Add vscode settings to automatically use it.
This commit is contained in:
nimbleghost 2023-05-29 22:23:54 +02:00
parent b222541ea8
commit 4d40de58fc
6 changed files with 35 additions and 2 deletions

6
.editorconfig Normal file
View file

@ -0,0 +1,6 @@
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2