mirror of
https://github.com/coleam00/context-engineering-intro.git
synced 2025-12-17 17:55:29 +00:00
15 lines
205 B
Plaintext
15 lines
205 B
Plaintext
|
|
{
|
||
|
|
"printWidth": 140,
|
||
|
|
"singleQuote": false,
|
||
|
|
"semi": true,
|
||
|
|
"useTabs": false,
|
||
|
|
"overrides": [
|
||
|
|
{
|
||
|
|
"files": ["*.jsonc"],
|
||
|
|
"options": {
|
||
|
|
"trailingComma": "none"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|