Skip to content

Commit

Permalink
コード例の1行の制限字数を少なくする
Browse files Browse the repository at this point in the history
  • Loading branch information
Seasawher committed Nov 2, 2023
1 parent 633729b commit d6b6848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
// 100 文字を超えると,コード例がオーバーフローしてしまう
"editor.rulers": [100]
// ある文字数を超えると,コード例がオーバーフローしてしまう
"editor.rulers": [80]
}

0 comments on commit d6b6848

Please sign in to comment.