format-bom

utf-8 BOM formatter written in Rust

Installation

Usage

bash format-bom

Format Mode

bash format-bom --add

There is remove add add-strict mode for format-bom. It uses remove mode by default.

remove mode removes BOM from UTF-8 files. add mode adds BOM to UTF-8 files except for files that has following extensions.

add-strict mode adds BOM to all UTF-8 files.