mirror of
https://github.com/uetchy/namae.git
synced 2025-03-16 12:10:32 +09:00
chore: update style format
This commit is contained in:
parent
0a23b9adb3
commit
388e5d9920
8
.editorconfig
Normal file
8
.editorconfig
Normal file
@ -0,0 +1,8 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
@ -1,8 +1,6 @@
|
||||
{
|
||||
"jsxBracketSameLine": true,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all",
|
||||
"arrowParens": "always",
|
||||
"bracketSpacing": false
|
||||
"bracketSpacing": false,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user