mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 02:27:16 +09:00
8 lines
111 B
JSON
8 lines
111 B
JSON
{
|
|
"arrowParens": "avoid",
|
|
"trailingComma": "none",
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"printWidth": 200
|
|
}
|