Skip to content

Instantly share code, notes, and snippets.

@fake-name
Last active February 6, 2018 00:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fake-name/a21c497b6dea5a223c074e9b40679db9 to your computer and use it in GitHub Desktop.
Save fake-name/a21c497b6dea5a223c074e9b40679db9 to your computer and use it in GitHub Desktop.
--style=allman
--add-braces
--align-method-colon
--align-pointer=type
--align-reference=name
--attach-return-type-decl
--attach-return-type
--break-after-logical
--break-blocks
--delete-empty-lines
--indent=tab
--indent-cases
--indent-classes
--indent-col1-comments
--indent-labels
--indent-modifiers
--indent-namespaces
--indent-preproc-block
--indent-preproc-cond
--indent-preproc-define
--indent-switches
--max-code-length=120
--max-continuation-indent=60
--min-conditional-indent=2
--pad-header
--pad-method-colon=all
--pad-oper
--pad-paren-out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment