Remove trailing comma in VSCode language config
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"comments": {
|
||||
"lineComment": ";",
|
||||
"lineComment": ";"
|
||||
},
|
||||
"wordPattern": "[a-zA-Z][a-zA-Z0-9_]*",
|
||||
"indentationRules": {
|
||||
@@ -26,4 +26,4 @@
|
||||
["\"", "\""],
|
||||
["'", "'"]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user