Skip to content

Commit 0494008

Browse files
committed
Add .prettierignore
1 parent 6507f5b commit 0494008

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .prettierignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# It's pretty common for devs to have prettier configured to format on save,
2+
# so let's include some config to prevent it messing up files in this repo
3+
4+
# Prettier struggles with the kramdown extensions
5+
*.md
6+
7+
# Our stylesheets use a particular in-house(?) style
8+
*.scss

0 commit comments

Comments
 (0)