mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-05 05:56:53 +03:00
14 lines
276 B
Plaintext
14 lines
276 B
Plaintext
{
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"endOfLine": "lf",
|
|
"insertPragma": false,
|
|
"printWidth": 100,
|
|
"quoteProps": "as-needed",
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"tabWidth": 4,
|
|
"trailingComma": "es5",
|
|
"useTabs": false
|
|
}
|