We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23d0ae commit 4c1e248Copy full SHA for 4c1e248
Rules/UseConsistentIndentation.cs
@@ -80,6 +80,7 @@ public override IEnumerable<DiagnosticRecord> AnalyzeScript(Ast ast, string file
80
case TokenKind.AtParen:
81
case TokenKind.LParen:
82
case TokenKind.LCurly:
83
+ case TokenKind.DollarParen:
84
AddViolation(token, indentationLevel++, diagnosticRecords, ref onNewLine);
85
break;
86
0 commit comments