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 5de8ab9 commit 2e9940eCopy full SHA for 2e9940e
Rules/AlignAssignmentStatement.cs
@@ -28,6 +28,13 @@ namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules
28
#endif
29
class AlignAssignmentStatement : ConfigurableRule
30
{
31
+
32
+ [ConfigurableRuleProperty(defaultValue:true)]
33
+ public bool AlignInHashtable { get; set; }
34
35
36
+ public bool AlignInDSCConfiguration { get; set; }
37
38
/// <summary>
39
/// Analyzes the given ast to find if consecutive assignment statements are aligned.
40
/// </summary>
0 commit comments