1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-06-29 07:40:21 +00:00
serenity/.prettierrc

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
}