Skip to content

Commit

Permalink
Update settings comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurankv committed Sep 2, 2023
1 parent bfa4c78 commit 2bf1e9a
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 @@ -639,7 +639,7 @@ const settingsUpdaters: Record<string,(settings: CodeStylerSettings)=>CodeStyler
"1.0.10": (settings)=>settingsVersionUpdate(settings,(theme)=>{
theme.settings.inline.style = true;
return theme;
},(settings)=>{//@ts-expect-error For older interface versions
},(settings)=>{//@ts-expect-error Older interface versions
delete settings.specialLanguages;
return settings;
}),
Expand Down

0 comments on commit 2bf1e9a

Please sign in to comment.