Re: A pre-commit hook for formatting beancount files

2021-05-01 Thread redst...@gmail.com
Great, thank you for sharing this! For others: bean-format only modifies whitespace : This pure text processing tool will reformat Beancount input to right-align all the numbers at the same, minimal colu

A pre-commit hook for formatting beancount files

2021-04-28 Thread Haotian Wu
Hi all, I'm using git to manage my beancount ledgers and I love auto formatting. So I made a pre-commit hook for formatting beancount files: https://github.com/whtsky/pre-commit-beancount-format . I hope that's helpful to you. -- You received this message because y