Skip to content

Commit

Permalink
Use spaces for indentation in JSON file
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Oct 15, 2024
1 parent 02d908b commit c16a19e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
//"ruby.intellisense": "rubyLocate",
"editor.tabSize": 2,
"editor.formatOnSave": false, // Disable onSave to show diff edited by learners only
"editor.formatOnType": false, // Disable onType for the same reason above
"editor.insertSpaces": true, // Use spaces, not tabs, to avoid errors for learners
"editor.formatOnType": false, // Disable onType for the same reason above
"editor.insertSpaces": true, // Use spaces, not tabs, to avoid errors for learners
"editor.renderWhitespace": "none",
"[ruby]": {
"editor.defaultFormatter": "castwide.solargraph"
Expand Down

0 comments on commit c16a19e

Please sign in to comment.