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 b9f9b68 commit a4292c1Copy full SHA for a4292c1
Rules/UseConsistentIndentation.cs
@@ -36,6 +36,9 @@ public class UseConsistentIndentation : ConfigurableRule
36
[ConfigurableRuleProperty(defaultValue: 4)]
37
public int IndentationSize { get; protected set; }
38
39
+ [ConfigurableRuleProperty(defaultValue: true)]
40
+ public bool InsertSpaces { get; protected set; }
41
+
42
private enum IndentationKind { Space, Tab };
43
44
// TODO make this configurable
0 commit comments