added configs
This commit is contained in:
parent
46afefb8d1
commit
5ec9a1dcc8
2 changed files with 15 additions and 0 deletions
9
.editorconfig
Normal file
9
.editorconfig
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
end_of_line = lf
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
insert_final_newline = false
|
||||||
6
.prettierrc.yml
Normal file
6
.prettierrc.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
semi: false
|
||||||
|
singleQuote: true
|
||||||
|
trailingComma: 'es5'
|
||||||
|
bracketSpacing: true
|
||||||
|
printWidth: 500
|
||||||
|
proseWrap: 'preserve'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue