mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-11-06 06:17:02 +00:00
9 lines
127 B
JSON
9 lines
127 B
JSON
|
{
|
||
|
"semi": true,
|
||
|
"trailingComma": "all",
|
||
|
"singleQuote": true,
|
||
|
"printWidth": 120,
|
||
|
"tabWidth": 2,
|
||
|
"endOfLine": "lf"
|
||
|
}
|