Created
May 27, 2018 05:51
-
-
Save hooddanielc/f6793a93403f5e271578dc4875ca141f to your computer and use it in GitHub Desktop.
AStyle Formatter Project Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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