mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
14 lines
202 B
Plaintext
14 lines
202 B
Plaintext
{
|
|
"printWidth": 80,
|
|
"semi": false,
|
|
"trailingComma": "all",
|
|
"overrides": [
|
|
{
|
|
"files": ["./README.md", "**/*.yaml"],
|
|
"options": {
|
|
"proseWrap": "always"
|
|
}
|
|
}
|
|
]
|
|
}
|