Vers. 1.0

This commit is contained in:
2026-03-01 00:08:33 +01:00
commit 0060f234f6
9 changed files with 403 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 80,
"endOfLine": "lf"
}