Skip to content

Commit ac82239

Browse files
committed
Fix the description of indentationSize
1 parent 9afc940 commit ac82239

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following properties are used to configure basic indentation in StyleCop Ana
6161

6262
| Property | Default Value | Summary |
6363
| --- | --- | --- |
64-
| `indentationSize` | **4** | The number of spaces to use for a single indentation when `useTabs` is **false**. |
64+
| `indentationSize` | **4** | The number of columns to use for each indentation of code. Depending on the `useTabs` and `tabSize` settings, this will be filled with tabs and/or spaces. |
6565
| `tabSize` | **4** | The width of a hard tab character in source code. This value is used when converting between tabs and spaces. |
6666
| `useTabs` | **false** | **true** to indent using hard tabs; otherwise, **false** to indent using spaces |
6767

0 commit comments

Comments
 (0)