We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I put the padding line and balance lines together in the original file:
2024-01-01 pad Assets:WeChat:Balances Equity:Open-Balances 2024-01-02 balance Assets:WeChat:Balances 10.00 CNY 2024-01-01 pad Assets:Alipay:Balances Equity:Open-Balances 2024-01-02 balance Assets:Alipay:Balances 20.00 CNY
After bean-black they became:
2024-01-01 pad Assets:WeChat:Balances Equity:Open-Balances 2024-01-01 pad Assets:Alipay:Balances Equity:Open-Balances 2024-01-02 balance Assets:WeChat:Balances 10.00 CNY 2024-01-02 balance Assets:Alipay:Balances 20.00 CNY
Is the extra line breaks essential by design? I read the Beancount documents and am not able to tell.
Thank you for the neat tool though!
The text was updated successfully, but these errors were encountered:
I feel like there are a lot of sections that have added line breaks that should not. Is there something like this:
# fmt: off def foo(): ... # Ignore black # fmt: on
Sorry, something went wrong.
No branches or pull requests
I put the padding line and balance lines together in the original file:
After bean-black they became:
Is the extra line breaks essential by design? I read the Beancount documents and am not able to tell.
Thank you for the neat tool though!
The text was updated successfully, but these errors were encountered: