Top "Clang-format" questions

clang-format is a tool to format C/C++/Java/JavaScript/Objective-C/Protobuf code.

How to make clang-format skip sections of c++ code

Is there any way to configure the clang-format tool to skip my Qt::connect function calls ? There are several connects …

c++ qt clang-format
How can i configure clang format without .clang-format file in every workspace?

I want to configure clang-format without having to copy my .clang-format file to every new workspace. In my settings.json …

visual-studio-code vscode-settings clang-format