From 4ddd8e5ca9fc7e1f23667aaac79955e776885d61 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Sat, 7 May 2016 06:04:20 -0700 Subject: [PATCH] doc: Indentation property description become worded in the same way --- src/xdocs/config_misc.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/xdocs/config_misc.xml b/src/xdocs/config_misc.xml index 0b9acf0d8..4914d3d28 100755 --- a/src/xdocs/config_misc.xml +++ b/src/xdocs/config_misc.xml @@ -1006,19 +1006,19 @@ String unitAbbrev = "\u03bc\u03bc\u03bc"; basicOffset - how many spaces to use for new indentation level + how far new indentation level should be indented when on the next line Integer 4 braceAdjustment - how far braces should be indented when on the next line + how far a braces should be indented when on the next line Integer 0 caseIndent - how much to indent a case label + how far a case label should be indented when on next line Integer 4 @@ -1030,7 +1030,7 @@ String unitAbbrev = "\u03bc\u03bc\u03bc"; arrayInitIndent - how much to indent an array initialisation when on next line + how far an array initialisation should be indented when on next line Integer 4 @@ -1042,8 +1042,8 @@ String unitAbbrev = "\u03bc\u03bc\u03bc"; forceStrictCondition - force strict condition in line wrapping case. If value is true, line wrap indent - have to be same as lineWrappingIndentation parameter + force strict indent level in line wrapping case. If value is true, line wrap indent + have to be same as lineWrappingIndentation parameter. If value is false, line wrap indent could be bigger on any value user would like. Boolean false