Skip to content

Instantly share code, notes, and snippets.

@bmedicke
Last active October 25, 2018 10:47
Show Gist options
  • Save bmedicke/bad7d848056c1e2d7966961545ead5cd to your computer and use it in GitHub Desktop.
Save bmedicke/bad7d848056c1e2d7966961545ead5cd to your computer and use it in GitHub Desktop.
astyle config file
--align-pointer=type
--align-reference=type
--convert-tabs
--indent-preproc-block
--indent-switches
--indent=spaces=2
--max-code-length=79
--pad-header
--pad-oper
--preserve-date
--quiet
--style=java
--suffix=none
@bmedicke
Copy link
Author

cd
wget 'https://gist.github.com/bmedicke/bad7d848056c1e2d7966961545ead5cd/raw/382b6c80878d6af0172bb65aea99c35d227de767/.astylerc'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment