Add GitHub action infrastructure.

This commit is contained in:
Fabio Niephaus
2022-01-03 08:43:40 +01:00
parent 1478c743ed
commit db50d45bd5
13 changed files with 11418 additions and 0 deletions

10
.prettierrc.json Normal file
View File

@@ -0,0 +1,10 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}