Last active
August 16, 2017 20:25
-
-
Save angrykoala/cc70e1e84494d3872396 to your computer and use it in GitHub Desktop.
Personal format options for astyle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#Personal format options for astyle | |
#by @angrykoala | |
astyle --style=java --align-pointer=name --delete-empty-lines --indent-col1-comments --unpad-paren -n -Q $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment