diff --git a/assets/settings/default.json b/assets/settings/default.json index aa0131662e4c35d2cdfe1473989c6d2af598c876..1055d3a413b362d8dc4a32b514d36d644297e7cf 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -310,6 +310,8 @@ // "all" // 4. Draw whitespaces at boundaries only: // "boundary" + // 5. Draw whitespaces only after non-whitespace characters: + // "trailing" // For a whitespace to be on a boundary, any of the following conditions need to be met: // - It is a tab // - It is adjacent to an edge (start or end)