mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
14 lines
254 B
Text
14 lines
254 B
Text
|
{
|
||
|
"arrowParens": "avoid",
|
||
|
"bracketSpacing": true,
|
||
|
"endOfLine": "lf",
|
||
|
"insertPragma": false,
|
||
|
"printWidth": 100,
|
||
|
"quoteProps": "as-needed",
|
||
|
"semi": true,
|
||
|
"singleQuote": false,
|
||
|
"tabWidth": 2,
|
||
|
"trailingComma": "es5",
|
||
|
"useTabs": false
|
||
|
}
|