]> git.lizzy.rs Git - micro.git/blobdiff - runtime/help/options.md
Clarified some documentation (#2259)
[micro.git] / runtime / help / options.md
index 643115b0a843878bf68b8bd4cf132d0e805d361f..6b872398a0b2bb3e9f9f826408b73deb3d2baf02 100644 (file)
@@ -176,7 +176,12 @@ Here are the available options:
 
        default value: `true`
 
-* `indentchar`: sets the indentation character.
+* `indentchar`: sets the indentation character. This will not be inserted into
+  files; it is only a visual indicator that whitespace is present. If set to a
+  printing character, it functions as a subset of the "show invisibles"
+  setting available in many other text editors. The color of this character is
+  determined by the `indent-char` field in the current theme rather than the
+  default text color.
 
        default value: ` ` (space)
 
@@ -262,7 +267,7 @@ Here are the available options:
     default value: `false`
 
 * `rmtrailingws`: micro will automatically trim trailing whitespaces at ends of
-   lines.
+   lines. Note: This setting overrides `keepautoindent`
 
        default value: `false`