Add meta files

This commit is contained in:
Webber
2020-01-29 20:43:11 +01:00
committed by Webber Takken
parent 6854c930fe
commit 29197ce88c
14 changed files with 6039 additions and 13 deletions

6
.prettierrc.json Normal file
View File

@@ -0,0 +1,6 @@
{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100
}