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