ladybird/Libraries/LibJS/Tests/.prettierrc
2020-07-06 23:40:35 +02:00

14 lines
254 B
Plaintext

{
"arrowParens": "avoid",
"bracketSpacing": true,
"endOfLine": "lf",
"insertPragma": false,
"printWidth": 100,
"quoteProps": "as-needed",
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
}