so... jai :D

This commit is contained in:
agra
2026-02-04 01:34:30 +02:00
commit 55fc5790e4
60 changed files with 15876 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"comments": {
"lineComment": "//"
},
"brackets": [
["(", ")"]
],
"autoClosingPairs": [
{ "open": "{", "close": "}" },
{ "open": "(", "close": ")" },
{ "open": "\"", "close": "\"", "notIn": ["string"] }
],
"surroundingPairs": [
{ "open": "{", "close": "}" },
{ "open": "(", "close": ")" },
{ "open": "\"", "close": "\"" }
],
"indentationRules": {
"increaseIndentPattern": "\\{\\s*$",
"decreaseIndentPattern": "^\\s*\\}"
}
}