This commit is contained in:
MiguelMedeiros\Miguel Medeiros
2021-02-08 16:54:37 -03:00
commit ff53139f78
21 changed files with 3334 additions and 0 deletions

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"printWidth": 80
}