Skip to content

Commit

Permalink
Format on TAB defaults to true now
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisDiligens committed Mar 20, 2023
1 parent df0c461 commit 5d09b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export async function registerAllSettings() {
public: true,
section: section,
type: SettingItemType.Bool,
value: false,
value: true,
label: "Format table on 'Tab'",
},
['tableToolsEnterBehavior']: {
Expand Down

0 comments on commit 5d09b55

Please sign in to comment.