Skip to content

Instantly share code, notes, and snippets.

@tolgahanakgun
Last active March 11, 2020 00:51
Show Gist options
  • Save tolgahanakgun/881c062758615739981dabd8527dcc03 to your computer and use it in GitHub Desktop.
Save tolgahanakgun/881c062758615739981dabd8527dcc03 to your computer and use it in GitHub Desktop.
"astyle.cmd_options": [
"--style=allman",
"--indent=spaces=4",
"--indent-col1-comments",
"--pad-oper",
"--pad-comma",
"--pad-header",
//"--style=1tbs",
"--attach-extern-c",
"--attach-closing-while",
"--indent-switches",
"--indent-preproc-block",
"--indent-preproc-define",
"--max-continuation-indent=40", //might be more than 40
"--align-pointer=name",
"--align-reference=name",
"--break-one-line-headers",
"--add-braces",
"--attach-return-type",
"--attach-return-type-decl",
"--keep-one-line-blocks",
"--keep-one-line-statements",
"--max-code-length=120", // ?
"--lineend=linux",
"--options=none",
"--project=none",],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment