Skip to content

Commit

Permalink
整形設定
Browse files Browse the repository at this point in the history
  • Loading branch information
SaekiTominaga committed Feb 28, 2024
1 parent 22e1828 commit c0a3c1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 160

[*.{md,yml}]
indent_style = space
indent_size = 2

[*.{js,ts}]
max_line_length = 160

[*.md]
trim_trailing_whitespace = false
5 changes: 3 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"singleQuote": true,
"overrides": [
{
"files": ["*.js", "*.ts"],
"files": ["*.css"],
"options": {
"singleQuote": true
"singleQuote": false
}
}
]
Expand Down

0 comments on commit c0a3c1f

Please sign in to comment.