ipmbbridge initial implementation

ipmbbridge gives the ability for openbmc to host ipmb transactions over
smbus

Change-Id: I3744dbef5a6db0b2ff4f2b691e68ca8dc3b1d24b
Signed-off-by: Dawid Frycki <dawid.frycki@intel.com>
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
diff --git a/cmake-format.json b/cmake-format.json
new file mode 100644
index 0000000..2463dc1
--- /dev/null
+++ b/cmake-format.json
@@ -0,0 +1,12 @@
+{

+  "enum_char": ".",

+  "line_ending": "unix",

+  "bullet_char": "*",

+  "max_subargs_per_line": 99,

+  "command_case": "lower",

+  "tab_size": 4,

+  "line_width": 80,

+  "separate_fn_name_with_space": true,

+  "dangle_parens": true,

+  "separate_ctrl_name_with_space": true

+}
\ No newline at end of file