mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
- tramp-default-method is already set in :emacs tramp. - Moves the whitespace config to the new whitespace module. Amend:fbdde6b5f4
Amend:71eae252ac
: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.
Maintainers
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?