Here is a simple tool that reformat org-mode files by auto-indenting them and adding blank lines between each block.
git clone https://github.com/authmane512/orgmode-beautifier.git
mv orgmode-beautifier/orgmode-beautifier.py ~/bin/orgmode-beautifier
git clone https://github.com/authmane512/orgmode-beautifier.git
mv orgmode-beautifier/orgmode-beautifier.py /bin/orgmode-beautifier
orgmode-beautifier source.org output.org
Hope it'll help someone.