Skip to content

Commit 141a690

Browse files
committed
feat: improve + standardize configs across projects
1 parent 0e837b2 commit 141a690

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.prettierrc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ overrides:
1111
options:
1212
parser: "markdown"
1313
# proseWrap: "preserve"
14+
- files: "*.toml"
1415
- files: "*.yaml"
1516
options:
1617
parser: "yaml"

template/{% if prettier %}.prettierrc.yaml{% endif %}.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ overrides:
1111
options:
1212
parser: "markdown"
1313
# proseWrap: "preserve"
14+
- files: "*.toml"
1415
- files: "*.yaml"
1516
options:
1617
parser: "yaml"

0 commit comments

Comments
 (0)