Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hooddanielc/f6793a93403f5e271578dc4875ca141f to your computer and use it in GitHub Desktop.
Save hooddanielc/f6793a93403f5e271578dc4875ca141f to your computer and use it in GitHub Desktop.
AStyle Formatter Project Settings
{
"settings": {
"AStyleFormatter": {
"options_default": {
"indent": "spaces",
"indent-spaces": 2,
"style": "attach",
"attach-namespaces": true,
"attach-classes": true,
"attach-inlines": true,
"break-blocks": "all",
"pad-header": true,
"pad-oper": true,
"pad-comma": true,
"unpad-paren": true,
"delete-empty-lines": true,
"align-pointer": "name",
"align-reference": "name",
"add-braces": true,
"add-one-line-braces": true,
"attach-return-type": true,
"convert-tabs": true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment