Maxim Integrated's IoT development kit
Dependencies: MAX30101 MAX30003 MAX113XX_Pixi MAX30205 max32630fthr USBDevice
Diff: tools/AStyle_3.0.1_windows/file/webkit.ini
- Revision:
- 1:efe9cad8942f
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/AStyle_3.0.1_windows/file/webkit.ini Tue Mar 13 14:52:59 2018 +0300 @@ -0,0 +1,32 @@ +# WebKit Coding Style Options +# https://webkit.org/code-style-guidelines/ + +# braces and indent +style=stroustrup +# indent=spaces # this is the default + +# indentation +indent-after-parens +indent-preproc-define +min-conditional-indent=0 +max-continuation-indent=80 + +# padding +pad-oper +pad-header +unpad-paren +align-pointer=type + +# formatting +break-one-line-headers +keep-one-line-blocks +keep-one-line-statements +convert-tabs +#close-templates + +# objective-c +pad-method-prefix +unpad-return-type +unpad-param-type +align-method-colon +pad-method-colon=none