1
0
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:
uetchy 2020-03-10 10:00:08 +09:00
parent 0a23b9adb3
commit 388e5d9920
2 changed files with 11 additions and 5 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

View File

@ -1,8 +1,6 @@
{
"jsxBracketSameLine": true,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always",
"bracketSpacing": false
"bracketSpacing": false,
"singleQuote": true,
"trailingComma": "all"
}