mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 16:33:15 +01:00
add prettier and editorconfig files
This commit is contained in:
parent
0b2eda76a9
commit
583400ab33
2 changed files with 12 additions and 0 deletions
8
.editorconfig
Normal file
8
.editorconfig
Normal 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
4
.prettierrc
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"editorconfig": "true",
|
||||||
|
"quoteProps": "preserve"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue