Rename Whitespace enum to make the intent more clear
Change-Id: I591abfe195a9cb2baf3ac516c7874d28ef70f20e
This commit is contained in:
committed by
David Ostrovsky
parent
dc53a1665b
commit
09caa54a0e
@@ -1256,7 +1256,7 @@ link:#diff-preferences-info[DiffPreferencesInfo] entity.
|
||||
{
|
||||
"context": 10,
|
||||
"theme": "DEFAULT",
|
||||
"ignore_whitespace": "IGNORE_ALL_SPACE",
|
||||
"ignore_whitespace": "IGNORE_ALL",
|
||||
"intraline_difference": true,
|
||||
"line_length": 100,
|
||||
"show_tabs": true,
|
||||
@@ -1285,7 +1285,7 @@ link:#diff-preferences-input[DiffPreferencesInput] entity.
|
||||
{
|
||||
"context": 10,
|
||||
"theme": "ECLIPSE",
|
||||
"ignore_whitespace": "IGNORE_ALL_SPACE",
|
||||
"ignore_whitespace": "IGNORE_ALL",
|
||||
"intraline_difference": true,
|
||||
"line_length": 100,
|
||||
"show_line_endings": true,
|
||||
@@ -1309,7 +1309,7 @@ link:#diff-preferences-info[DiffPreferencesInfo] entity.
|
||||
{
|
||||
"context": 10,
|
||||
"theme": "ECLIPSE",
|
||||
"ignore_whitespace": "IGNORE_ALL_SPACE",
|
||||
"ignore_whitespace": "IGNORE_ALL",
|
||||
"intraline_difference": true,
|
||||
"line_length": 100,
|
||||
"show_line_endings": true,
|
||||
@@ -1666,8 +1666,8 @@ Whether all inline comments should be automatically expanded.
|
||||
|`ignore_whitespace` ||
|
||||
Whether whitespace changes should be ignored and if yes, which
|
||||
whitespace changes should be ignored. +
|
||||
Allowed values are `IGNORE_NONE`, `IGNORE_SPACE_AT_EOL`,
|
||||
`IGNORE_SPACE_CHANGE`, `IGNORE_ALL_SPACE`.
|
||||
Allowed values are `IGNORE_NONE`, `IGNORE_TRAILING`,
|
||||
`IGNORE_LEADING_AND_TRAILING`, `IGNORE_ALL`.
|
||||
|`intraline_difference` |not set if `false`|
|
||||
Whether intraline differences should be highlighted.
|
||||
|`line_length` ||
|
||||
@@ -1722,8 +1722,8 @@ Whether all inline comments should be automatically expanded.
|
||||
|`ignore_whitespace` |optional|
|
||||
Whether whitespace changes should be ignored and if yes, which
|
||||
whitespace changes should be ignored. +
|
||||
Allowed values are `IGNORE_NONE`, `IGNORE_SPACE_AT_EOL`,
|
||||
`IGNORE_SPACE_CHANGE`, `IGNORE_ALL_SPACE`.
|
||||
Allowed values are `IGNORE_NONE`, `IGNORE_TRAILING`,
|
||||
`IGNORE_LEADING_AND_TRAILING`, `IGNORE_ALL`.
|
||||
|`intraline_difference` |optional|
|
||||
Whether intraline differences should be highlighted.
|
||||
|`line_length` |optional|
|
||||
|
||||
Reference in New Issue
Block a user