Skip to content

Commit fd72558

Browse files
author
Luke Sneeringer
authored
chore: Configure prettier for .j2 files. (#1)
1 parent 0837560 commit fd72558

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.prettierrc.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
printWidth: 79
33
proseWrap: always
4+
overrides:
5+
- files: '*.md.j2'
6+
options:
7+
parser: markdown
48
singleQuote: true
59
trailingComma: es5

0 commit comments

Comments
 (0)