resolves #46 Co-authored-by: johba <johba@harb.eth> Reviewed-on: https://codeberg.org/johba/harb/pulls/53
8 lines
132 B
Text
8 lines
132 B
Text
{
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"printWidth": 140,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"arrowParens": "avoid"
|
|
}
|