summaryrefslogtreecommitdiff
path: root/cmake-format.json
diff options
context:
space:
mode:
authorNikita Kosenkov <NKosenkov@IBS.RU>2022-07-14 18:12:57 +0300
committerNikita Kosenkov <NKosenkov@IBS.RU>2022-07-14 18:12:57 +0300
commit613e5f0e6cc0c6e2a1e2774d81bc581035fd76f9 (patch)
treee93cee8a510aa29bf7783680a032346eebce1b39 /cmake-format.json
downloadsmbios-mdrv1-613e5f0e6cc0c6e2a1e2774d81bc581035fd76f9.tar.xz
Add smbios sources
Diffstat (limited to 'cmake-format.json')
-rw-r--r--cmake-format.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/cmake-format.json b/cmake-format.json
new file mode 100644
index 0000000..4a701ae
--- /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
+}