Skip to content

Commit

Permalink
Merge pull request #4022 from patrick-hertling/fix/autoformat
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
zbeyens authored Jan 22, 2025
2 parents 7dce1fc + 8876bdc commit 9bb4e71
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ export const autoformatBlocks: AutoformatRule[] = [
match: '```',
mode: 'block',
preFormat,
triggerAtBlockStart: false,
type: CodeBlockPlugin.key,
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ export const autoformatBlocks: AutoformatRule[] = [
},
match: '```',
mode: 'block',
triggerAtBlockStart: false,
type: CodeBlockPlugin.key,
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ export const autoformatBlocks: AutoformatRule[] = [
},
match: '```',
mode: 'block',
triggerAtBlockStart: false,
type: CodeBlockPlugin.key,
},
{
Expand Down

0 comments on commit 9bb4e71

Please sign in to comment.