mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
13 lines
148 B
JSON
13 lines
148 B
JSON
{
|
|
"tabWidth": 2,
|
|
"printWidth": 120,
|
|
"overrides": [
|
|
{
|
|
"files": "*.css",
|
|
"options": {
|
|
"tabWidth": 4
|
|
}
|
|
}
|
|
]
|
|
}
|