mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #7007 from 0xc0170/fix_astyle_indentation
AStyle: Fix astyle indentationpull/7084/head
commit
c15181120c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue