initial commit

This commit is contained in:
Federico Builes
2022-03-31 18:31:39 +02:00
commit 3f943b86c9
29 changed files with 28863 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}