kotoba-formatter 0.1.16

Kotoba Code Formatter - Formats .kotoba files with consistent style
Documentation

Kotoba Code Formatter

Denoの deno fmt に似た使い勝手で、.kotoba ファイルを 統一されたスタイルでフォーマットします。

使用方法

# ファイルのフォーマット
kotoba fmt file.kotoba

# チェックのみ(変更しない)
kotoba fmt --check file.kotoba

# ディレクトリ内の全ファイルをフォーマット
kotoba fmt .