summaryrefslogtreecommitdiff
path: root/security-manager/cmake-format.json
diff options
context:
space:
mode:
Diffstat (limited to 'security-manager/cmake-format.json')
-rw-r--r--security-manager/cmake-format.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/security-manager/cmake-format.json b/security-manager/cmake-format.json
new file mode 100644
index 0000000..4a701ae
--- /dev/null
+++ b/security-manager/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
+}