Last active
October 25, 2018 10:47
-
-
Save bmedicke/bad7d848056c1e2d7966961545ead5cd to your computer and use it in GitHub Desktop.
astyle config file
This file contains hidden or 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
--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 |
Author
bmedicke
commented
Oct 25, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment