Skip to content

Commit

Permalink
settings.jsonに設定を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoi committed Nov 21, 2023
1 parent 840c31a commit 10ed9d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,11 @@
"editor.renderControlCharacters": true, // 制御文字を表示する
"editor.renderLineHighlight": "all", // 現在の選択行をハイライトする
"editor.renderWhitespace": "boundary", // 半角スペースを・で表示する

"editor.trimAutoWhitespace": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"[markdown]":
{ "files.trimTrailingWhitespace": false
}
}

0 comments on commit 10ed9d4

Please sign in to comment.