Re-exports§
pub use config::Config;
Modules§
- align
- Post-processing pass: align
::in consecutive declaration lines. - case_
norm - classifier
- cli
- config
- formatter
- keyword_
norm - lsp
- Minimal LSP server for ffmt.
- reader
- scope
- unicode
- whitespace
Functions§
- format_
file - Format a file in-place using default config. Returns true if changed.
- format_
range - Format only lines within a range (1-based inclusive).
- format_
string - Format a Fortran source string using default config.
- format_
string_ with_ config - Format with a specific config.
- match_
dot_ token - Match a dot-delimited operator/literal starting at
posinbytes. Returns(end_position, is_operator)whereis_operatordistinguishes.true./.false.(literals, not operators) from.and./.eq.etc.