Maxim Integrated's IoT development kit.

Dependencies:   MAX30101 MAX30003 MAX113XX_Pixi MAX30205 max32630fthr USBDevice

Revision:
7:2c9c8b6a28a7
Parent:
6:aeb5a4c194c3
Child:
8:2b6bfa8d9e36
--- a/tools/AStyle_3.0.1_windows/file/mozilla.ini	Tue Mar 20 16:28:33 2018 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-# Mozilla Coding Style Options
-# https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style
-# NOTE: Function return values should be on a separate line.
-#       The clang-mozilla.yaml options are:
-#               "AlwaysBreakAfterDefinitionReturnType: TopLevel"
-#               "AlwaysBreakAfterReturnType: TopLevelDefinitions"
-
-# braces and indent
-style=mozilla
-indent=spaces=2
-
-# indentation
-indent-switches
-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