mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
9 lines
177 B
JSON
9 lines
177 B
JSON
{
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"quoteProps": "as-needed",
|
|
"trailingComma": "all",
|
|
"arrowParens": "always",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": true
|
|
}
|