Readme.org
December 12, 2021 ยท View on GitHub
- fprettify.el
** Usage
Load
fprettify.elandM-xfprettify-run. You can format current-buffer byfprettify. You can customize settings of format bycustomize-group fprettify.mechakucha.f90is file for testfprettify.
*** fprettify-run
Run fprettify to whole buffer contents.
If warning occur, buffer fprettify open in other window (window is term of emacs).
If error occur, process stop and also open buffer.
*** fprettify-run-on-region
Run fprettify from beginning of line of region-beginning to beginning of line of region-end.
Indentation does not work.
Note that it format contents between !&< !&> if these are NOT in region.
Also note that error occur if only !&> exists, but !&< does not exist in region.
*** fprettify-create-config-file
Create fprettify config file by customize-variables.
** See also https://github.com/pseewald/fprettify