Skip to content

Instantly share code, notes, and snippets.

@teared
Created June 16, 2015 11:24
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 teared/cfcf27705954fcf741b7 to your computer and use it in GitHub Desktop.
Save teared/cfcf27705954fcf741b7 to your computer and use it in GitHub Desktop.
AStyle settings
{
"user_defined_syntax_mode_mapping": {
"vex": "c",
},
"options_default": {
"style": "allman",
"indent-preproc-block": true,
"indent-preproc-define": true,
"break-blocks": "default",
"unpad-paren": true,
"add-brackets": true,
"keep-one-line-blocks": false
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment