mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 01:29:07 -05:00
16 lines
265 B
JSON
16 lines
265 B
JSON
{
|
|
"proseWrap": "never",
|
|
"printWidth": 1000,
|
|
"tabWidth": 2,
|
|
"overrides": [
|
|
{
|
|
"files": "*.qmd",
|
|
"options": {
|
|
"parser": "markdown",
|
|
"proseWrap": "never",
|
|
"singleQuote": false,
|
|
"useTabs": false
|
|
}
|
|
}
|
|
]
|
|
} |