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

13
.prettierrc Normal file
View File

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