Merge pull request #7007 from 0xc0170/fix_astyle_indentation

AStyle: Fix astyle indentation
pull/7084/head
Anna Bridge 2018-06-01 12:00:01 +01:00 committed by GitHub
commit c15181120c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,6 @@ convert-tabs
# Indent switches and cases
indent-switches
indent-cases
# Remove spaces in and around parentheses
unpad-paren
@ -32,3 +31,7 @@ align-reference=name
# Attach { for classes and namespaces
attach-namespaces
attach-classes
# Extend longer lines, define maximum 120 value. This results in aligned code,
# otherwise the lines are broken and not consistent
max-continuation-indent=120