Expand description
Code Formatter for Sigil Language
Provides consistent code formatting with configurable style options.
Usage:
sigil fmt
Structs§
- Format
Config - Formatting configuration
- Format
Result - Result of formatting operation
- Formatter
- Line-based code formatter
Functions§
- check_
file - Check if a file is formatted
- format_
directory - Format all Sigil files in a directory
- format_
file - Format a file in place
- format_
stdin - Format source from stdin