mirror of
https://github.com/coder/coder.git
synced 2025-03-14 10:09:57 +00:00
19 lines
529 B
YAML
19 lines
529 B
YAML
# This config file is used in conjunction with `.editorconfig` to specify
|
|
# formatting for prettier-supported files. See `.editorconfig` and
|
|
# `site/.editorconfig` for whitespace formatting options.
|
|
printWidth: 80
|
|
proseWrap: always
|
|
trailingComma: all
|
|
useTabs: true
|
|
tabWidth: 2
|
|
overrides:
|
|
- files:
|
|
- README.md
|
|
- docs/reference/api/**/*.md
|
|
- docs/reference/cli/**/*.md
|
|
- docs/changelogs/*.md
|
|
- .github/**/*.{yaml,yml,toml}
|
|
- scripts/**/*.{yaml,yml,toml}
|
|
options:
|
|
proseWrap: preserve
|