Files
doomemacs/modules/editor/whitespace
Henrik Lissner 722a8d3c7a refactor(default): move whitespace & tramp config
- tramp-default-method is already set in :emacs tramp.
- Moves the whitespace config to the new whitespace module.

Amend: fbdde6b5f4
Amend: 71eae252ac
2025-09-25 19:05:24 -04:00
..
2025-09-24 02:23:30 -04:00
2025-09-24 02:23:30 -04:00

:editor whitespace

Description   unfold

Replace this with a short (1-2 sentence) description of what this module does. This is displayed in the module index.

Then a longer, multiple paragraph description goes here, which should explain the purpose of the module and the features/technology(ies) it provides.

Module flags

+guess
Use heuristics to automatically detect and set indent style and width settings for non-project files (or all files if +whitespace-guess-in-projects is set).
+trim
Automatically strips trailing whitespace at EOL or EOF, but only in regions of the file that have been touched in the current session (as to not too aggressively adjust whitespace in parts of a codebase you aren't responsible for).

Hacks

󱌣 This module's hacks haven't been documented yet. Document them?

TODO Changelog

This module does not have a changelog yet.

Installation

Enable this module in your doom! block.

This module has no external requirements.

Usage

󱌣 This module has no usage documentation yet. Write some?

TODO Configuration

󱌣 This module has no configuration documentation yet. Write some?

Troubleshooting

There are no known problems with this module. Report one?

Frequently asked questions

This module has no FAQs yet. Ask one?

TODO Appendix

󱌣 This module has no appendix yet. Write one?