3 个版本

0.1.2 2023 年 11 月 16 日
0.1.1 2023 年 11 月 16 日
0.1.0 2023 年 11 月 16 日

#189 in 值格式化

MIT/Apache

20KB
448 代码行

rsn-fmt

CI Status Crates.io Docs.rs Documentation for main

配置

配置可以通过任何父目录或用户配置中的 rsnfmt.rsn.rsnfmt.rsn 配置文件来完成。

Linux(及类似系统) Windows macOS
$XDG_CONFIG_HOME$HOME/.config $HOME/Library/Application Support支持 {FOLDERID_RoamingAppData}
/home/alice/.config /用户/Alice//应用支持 C:\Users\Alice\AppData\Roaming

默认值是

{
    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
}

依赖项

~4–13MB
~165K SLoC