Skip to content

Commit

Permalink
chore: fix editorconfig (#1819)
Browse files Browse the repository at this point in the history
// isn't how you do comments in editorconfig, so this actually crashes
some editorconfig plugins
  • Loading branch information
shaneikennedy authored Jun 7, 2024
1 parent 2507fa1 commit ff3acaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/.editorConfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Set the default
# Set the default
"editor.formatOnSave": false,
// Enable per-language
# Enable per-language
"[javascript]": {
"editor.formatOnSave": true
}
}

0 comments on commit ff3acaf

Please sign in to comment.