Created
March 30, 2022 12:02
-
-
Save anddam/f720d82d52edcd9b895f923ac41d47a3 to your computer and use it in GitHub Desktop.
astyle configuration
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
style=google | |
add-braces | |
indent-namespaces | |
pad-oper | |
pad-header | |
break-blocks | |
delete-empty-lines | |
indent-switches | |
# Objective-C | |
align-method-colon | |
pad-method-colon=none | |
pad-method-prefix | |
unpad-param-type | |
unpad-return-type |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment