clang-format is a tool to format C/C++/Java/JavaScript/Objective-C/Protobuf 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-formatI 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