This commit is contained in:
Gašper Dobrovoljc
2024-10-23 15:24:56 +02:00
commit ff56a51b82
11 changed files with 586 additions and 0 deletions

5
naloga_1/.prettierrc Normal file
View File

@@ -0,0 +1,5 @@
{
"semi": true,
"trailingComma": "all",
"tabWidth": 4
}