mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
12 lines
199 B
Plaintext
12 lines
199 B
Plaintext
{
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": true,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf"
|
|
}
|