zeek/auxil/spicy/.cmake-format.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

26 lines
462 B
JSON

{
"parse": {
"additional_commands": {
"fuzz_parser": {
"kwargs": {
"PARSER": "1",
"SOURCES": "*",
"MODULES": "*"
}
}
}
},
"format": {
"line_width": 100,
"tab_size": 4,
"separate_ctrl_name_with_space": true,
"max_subgroups_hwrap": 3
},
"markup": {
"enable_markup": false
},
"lint": {
"disabled_codes": ["C0103", "C0301"]
}
}