Skip to content

Commit

Permalink
Remove double-space in defaults.json (#11518)
Browse files Browse the repository at this point in the history
There was a double-space after a colon in `defaults.json` and `defaults-universal.json`.
  • Loading branch information
NotWearingPants committed Oct 18, 2021
1 parent fd93c54 commit 0d5af3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalSettingsModel/defaults-universal.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

// Miscellaneous
"confirmCloseAllTabs": true,
"startOnUserLogin": false,
"startOnUserLogin": false,
"theme": "system",
"snapToGridOnResize": true,

Expand Down
2 changes: 1 addition & 1 deletion src/cascadia/TerminalSettingsModel/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

// Miscellaneous
"confirmCloseAllTabs": true,
"startOnUserLogin": false,
"startOnUserLogin": false,
"theme": "system",
"snapToGridOnResize": true,
"disableAnimations": false,
Expand Down

0 comments on commit 0d5af3f

Please sign in to comment.