9 lines
224 B
TOML
9 lines
224 B
TOML
# Prettier configuration
|
|
# Uses .editorconfig for printWidth, indent, etc.
|
|
# This file only sets Prettier-specific options not supported by EditorConfig
|
|
|
|
[[overrides]]
|
|
files = "*.md"
|
|
[overrides.options]
|
|
proseWrap = "always"
|