dbbb0c70f9
Prettier's LF default fought git's CRLF checkout on Windows, failing format:check on every file with no real diff. 'auto' keeps whatever the checkout uses; content style is unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
{
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"trailingComma": "none",
|
|
"endOfLine": "auto"
|
|
}
|