Variable: treemacs-indentation-string

treemacs-indentation-string is a customizable variable defined in treemacs-customization.el.

Value

" "

Documentation

The string that is for indentation in the file tree.

Indentation is created by repeating this string treemacs-indentation many times. If treemacs-indentation is specified in pixels, this value is only used when there is no windowing system available.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-indentation-string " "
  "The string that is for indentation in the file tree.
Indentation is created by repeating this string `treemacs-indentation' many
times.  If `treemacs-indentation' is specified in pixels, this value is only
used when there is no windowing system available."
  :type 'string
  :group 'treemacs)