Files

12 lines
199 B
Plaintext
Raw Permalink Normal View History

2026-05-12 19:40:31 +09:00
{
"trailingComma": "all",
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"printWidth": 80,
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "lf"
}