3 releases
0.1.2 | Nov 16, 2023 |
---|---|
0.1.1 | Nov 16, 2023 |
0.1.0 | Nov 16, 2023 |
#189 in Value formatting
20KB
448 lines
rsn-fmt
Configuration
Configuration can be done through a rsnfmt.rsn
or .rsnfmt.rsn
config file in any parent directory
or in the user's configuration:
Linux (and similar) | Windows | macOS |
---|---|---|
$XDG_CONFIG_HOME or $HOME/.config |
$HOME/Library/Application Support |
{FOLDERID_RoamingAppData} |
/home/alice/.config |
/Users/Alice/Library/Application Support |
C:\Users\Alice\AppData\Roaming |
The default values are:
{
max_width: 60,
// Normalize all comments to a specific format
// Possible values: Block, Line, No
normalize_comments: No,
// Wrap comments: boolean
wrap_comments: false,
// Should formatting preserve empty lines
// Possible values: One, All, None
preserve_empty_lines: One,
// Inherit parent/global configuration: boolean
inherit: true
}
Dependencies
~4–13MB
~165K SLoC