Last active
May 23, 2022 11:13
-
-
Save nicholastay/9eb6a455d6b17b810cd8e7bec2a5dfe7 to your computer and use it in GitHub Desktop.
astyle settings for me
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
astyle \ | |
--mode=c \ | |
--style=linux \ | |
--indent=tab=4 \ | |
--break-one-line-headers \ | |
--keep-one-line-blocks \ | |
--align-pointer=name \ | |
--pad-comma \ | |
--pad-header \ | |
--unpad-paren \ | |
--pad-oper \ | |
--attach-return-type \ | |
--attach-closing-while \ | |
--max-code-length=80 \ | |
--indent-cases \ | |
--indent-preproc-block \ | |
--indent-preproc-define \ | |
--lineend=linux \ | |
--options=none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment