Navigation Menu

Skip to content

Commit

Permalink
Add indentation rules
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Mar 11, 2019
1 parent abd12d9 commit 8bd6d68
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions language-configuration.json
@@ -1,10 +1,6 @@
{
"comments": {
"lineComment": "#",
"blockComment": [
"#`(",
")"
]
"lineComment": "#"
},
"brackets": [
["{", "}"],
Expand Down Expand Up @@ -35,5 +31,9 @@
["`", "`"],
["「", "」"],
["<", ">"]
]
],
"indentationRules": {
"increaseIndentPattern": "^.*\\{\\}?\\s*$",
"decreaseIndentPattern": "^\\s*\\}"
}
}

0 comments on commit 8bd6d68

Please sign in to comment.