<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi everyone,<br><div><br></div><div>I'm on a new team with a new style guide and I'm trying to make everyone happy with clang-format. Two issues that have been raised are:</div><div><br></div><div>- We have different formatting guidelines for C vs C++ code.</div><div>- Function declarations should have bin packed parameters but function definitions should have parameters on each line.</div><div><br></div><div>I got downloaded and build clang this evening and played with modifying formatting. I'm happy making these changes, if they are possible. Do these sound like features that would be welcome upstream?</div><div><br></div><div>I'm thinking about changing BinPackParameters from a boolean to an enum with values something like {Always, DeclarationsOnly, DefinitionsOnly, Never}. </div><div><br></div><div>Does that sound possible? </div><div>Does clang-format know when it is formatting a declaration vs a definition? </div><div><br></div><div>I see a few flags that seem to indicate that it does but it also seemed like it might be a heuristic. </div><div><br></div><div>Having different rules for C and C++... I have no idea how I'd distinguish that programmatically. </div><div><br></div><div>Can clang-format tell if a file is C or C++? If so, adding a new FormatStyle so I can have different configs in my .clang-format file doesn't seem too difficult on the surface.</div><div><br></div><div>Does this sound like something that would be welcome upstream?</div><div><br></div><div>Also, are there any standard scripts to use clang-format with Mercurial? I've written my own but it is far from ideal.</div></div></div></div>