You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/Configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ The following properties are used to configure basic indentation in StyleCop Ana
61
61
62
62
| Property | Default Value | Summary |
63
63
| --- | --- | --- |
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. |
65
65
|`tabSize`|**4**| The width of a hard tab character in source code. This value is used when converting between tabs and spaces. |
66
66
|`useTabs`|**false**|**true** to indent using hard tabs; otherwise, **false** to indent using spaces |
0 commit comments