mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
9 lines
176 B
JSON
9 lines
176 B
JSON
{
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"quoteProps": "as-needed",
|
|
"trailingComma": "all",
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": true
|
|
}
|