Skip to content

Commit

Permalink
add vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kengo-k committed Jun 1, 2024
1 parent df8944e commit 67264b5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
// new line
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.eol": "\n",
// font
"editor.fontSize": 12,
// tab & whitespace
"files.trimTrailingWhitespace": true,
"editor.insertSpaces": true,
"editor.renderWhitespace": "all",
"editor.tabSize": 2,
}

0 comments on commit 67264b5

Please sign in to comment.