Use prettier to format other files
+ Add vscode settings to automatically use it.
This commit is contained in:
parent
b222541ea8
commit
4d40de58fc
6 changed files with 35 additions and 2 deletions
6
.editorconfig
Normal file
6
.editorconfig
Normal file
|
@ -0,0 +1,6 @@
|
|||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 2
|
Loading…
Add table
Add a link
Reference in a new issue