Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 245 Bytes

readme.md

File metadata and controls

19 lines (14 loc) · 245 Bytes

format beancount

install

pip install beancount-format

beancount-format ./beans/

as pre-commit hooks

repos:
  - repo: https://github.com/trim21/beancount-format
    rev: ...
    hooks:
      - id: beancount-format