first commit

This commit is contained in:
2025-08-20 23:45:39 +03:00
commit 972944b977
12 changed files with 857 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"comments": {
"lineComment": ";"
},
"brackets": [
["(", ")"],
["[", "]"],
["{", "}"]
],
"autoClosingPairs": [
{ "open": "(", "close": ")" },
{ "open": "[", "close": "]" },
{ "open": "{", "close": "}" }
],
"surroundingPairs": [
{ "open": "(", "close": ")" },
{ "open": "[", "close": "]" },
{ "open": "{", "close": "}" }
]
}