mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
LibWeb: Remove redundant .prettierrc
Now that LibJS's .prettierrc has been moved to the repository root (as we start having .js files in /res), we don't need to keep a second, identical copy for the LibWeb tests.
This commit is contained in:
parent
80560d1be3
commit
16da91b7e7
Notes:
sideshowbarker
2024-07-19 02:59:52 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/16da91b7e7d Pull-request: https://github.com/SerenityOS/serenity/pull/3354
1 changed files with 0 additions and 13 deletions
|
@ -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
|
||||
}
|
Loading…
Reference in a new issue