1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:47:45 +00:00

Meta: Move prettier config files to the root of the repository

This commit is contained in:
AnotherTest 2020-08-24 14:26:06 +04:30 committed by Andreas Kling
parent 3a07f6e345
commit 54036d660a
2 changed files with 0 additions and 0 deletions

View file

@ -1,3 +0,0 @@
classes/class-expressions.js
functions/function-strict-mode.js
new-expression.js

View file

@ -1,13 +0,0 @@
{
"arrowParens": "avoid",
"bracketSpacing": true,
"endOfLine": "lf",
"insertPragma": false,
"printWidth": 100,
"quoteProps": "as-needed",
"semi": true,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": false
}