Skip to content

Instantly share code, notes, and snippets.

@lnrsoft
Last active November 22, 2015 16:14
Show Gist options
  • Save lnrsoft/983db988c9f7ad185918 to your computer and use it in GitHub Desktop.
Save lnrsoft/983db988c9f7ad185918 to your computer and use it in GitHub Desktop.
My astyle configuration
--style=stroustrup -A4
--indent=spaces
--add-brackets -j
--max-code-length=80
--mode=c
--close-templates -xy
--align-pointer=name -k3
--align-reference=name -W3
--delete-empty-lines -xe
--unpad-paren -U
--indent-col1-comments -Y
--indent-namespaces -N
--indent-labels -L
--indent-switches -S
--remove-comment-prefix -xp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment