Align ledger files before saving

pull/2/head
Ensar Sarajčić 2021-10-12 00:21:52 +02:00
parent 9864295363
commit 2c68186bd0
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
" -----------------------------------------------------------------------------
" - Ledger file plugin -
" -----------------------------------------------------------------------------
augroup ledgerconf
autocmd!
autocmd BufWritePre *.journal LedgerAlignBuffer
augroup END