mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
15 lines
229 B
Plaintext
15 lines
229 B
Plaintext
{
|
|
"printWidth": 100,
|
|
"semi": false,
|
|
"trailingComma": "all",
|
|
"overrides": [
|
|
{
|
|
"files": ["./README.md", "**/*.yaml"],
|
|
"options": {
|
|
"printWidth": 80,
|
|
"proseWrap": "always"
|
|
}
|
|
}
|
|
]
|
|
}
|