mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-28 07:36:45 +00:00
11 lines
186 B
Plaintext
11 lines
186 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"arrowParens": "always",
|
|
"printWidth": 120,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"endOfLine": "auto",
|
|
"bracketSpacing": true
|
|
}
|