mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-15 14:08:00 +00:00
10 lines
178 B
Text
10 lines
178 B
Text
{
|
|
"semi": true,
|
|
"trailingComma": "es5",
|
|
"singleQuote": false,
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid"
|
|
}
|