Skip to content

Commit

Permalink
Merge pull request #138 from Karola766/deleteFirstPipes
Browse files Browse the repository at this point in the history
stop inserting pipes when editing scala files
  • Loading branch information
Marek Żarnowski authored Aug 21, 2019
2 parents cd210dc + d60a634 commit dfde33c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -600,11 +600,6 @@ function enableScaladocIndentation() {
afterText: /^\s*\*\/$/,
action: { indentAction: IndentAction.IndentOutdent, appendText: " * " }
},
{
// e.g. |
beforeText: /^(\s*\|.*|.*"""\|)$/,
action: { indentAction: IndentAction.Indent, appendText: "|" }
},
{
// e.g. /** ...|
beforeText: /^\s*\/\*\*(?!\/)([^\*]|\*(?!\/))*$/,
Expand Down

0 comments on commit dfde33c

Please sign in to comment.