Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: tweak formatting in lang config json
Browse files Browse the repository at this point in the history
kanej committed Apr 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e48460d commit c1f04fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/language-configuration.json
Original file line number Diff line number Diff line change
@@ -33,11 +33,11 @@
["(", ")"]
],
"folding": {
"markers": {
"start": "^\\s*//\\s*#?region\\b",
"end": "^\\s*//\\s*#?endregion\\b"
}
},
"markers": {
"start": "^\\s*//\\s*#?region\\b",
"end": "^\\s*//\\s*#?endregion\\b"
}
},
"onEnterRules": [
{
// e.g. /** | */

0 comments on commit c1f04fc

Please sign in to comment.