mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
2769f4c2e0
This brings over the same `.prettierrc` we used in `cdr/m`, and runs the formatter w/ the new settings
14 lines
240 B
Plaintext
14 lines
240 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"semi": false,
|
|
"trailingComma": "all",
|
|
"overrides": [
|
|
{
|
|
"files": ["./README.md", "**/*.yaml", "**/*.yml"],
|
|
"options": {
|
|
"printWidth": 80,
|
|
"proseWrap": "always"
|
|
}
|
|
}
|
|
]
|
|
} |