Skip to content

Commit

Permalink
changed: default setting to space indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alondmnt committed May 18, 2022
1 parent f22bf05 commit 31d7dde
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 @@ -24,7 +24,7 @@ export async function registerAllSettings() {

await joplin.settings.registerSettings({
'indentWithTabs': {
value: true,
value: false,
type: SettingItemType.Bool,
section: 'settings.alondmnt.spaceindent',
public: true,
Expand Down

0 comments on commit 31d7dde

Please sign in to comment.