mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
9 lines
269 B
Plaintext
9 lines
269 B
Plaintext
# It's pretty common for devs to have prettier configured to format on save,
|
|
# so let's include some config to prevent it messing up files in this repo
|
|
|
|
# Prettier struggles with the kramdown extensions
|
|
*.md
|
|
|
|
# Our stylesheets use a particular in-house(?) style
|
|
*.scss
|