Lines Matching defs:style
61 clangFormat.style
188 "--style",
189 default=config.get("clangformat.style", None),
285 changed_lines, revision, binary=opts.binary, style=opts.style
542 changed_lines, revision=None, binary="clang-format", style=None
593 style=style,
626 style=None,
637 if style:
638 clang_format_cmd.extend(["--style=" + style])