Skip to content

Commit

Permalink
feat(prettier-config): indent with spaces in MDX
Browse files Browse the repository at this point in the history
  • Loading branch information
theurgi committed Jan 19, 2024
1 parent e39914d commit 108f2bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/light-pianos-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@phi.school/prettier-config': minor
---

Use spaces when indenting code blocks in MDX files.
2 changes: 1 addition & 1 deletion packages/prettier-config/src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"useTabs": true,
"overrides": [
{
"files": "*.{md,yaml,yml}",
"files": "*.{md,mdx,yaml,yml}",
"options": {
"useTabs": false
}
Expand Down

0 comments on commit 108f2bb

Please sign in to comment.