xref: /openbmc/docs/.prettierrc.yaml (revision a712b6c88b866a1af998ddd40a754162222bba3e)
1tabWidth: 4
2printWidth: 80
3proseWrap: "always"
4overrides:
5    - files: "*.md"
6      options:
7          tabWidth: 2
8