Commit 636d8219 authored by Paul's avatar Paul
Browse files

Add settings for named operators

parent f33f2298
......@@ -115,3 +115,7 @@ CheckOptions:
value: UPPER_CASE
- key: readability-identifier-naming.MacroDefinitionPrefix
value: MIGRAPHX_
- key: readability-operators-representation.BinaryOperators
value: "and;or;not"
- key: readability-operators-representation.OverloadedOperators
value: "and;or;not"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment